From 477e9a609cd7e9eaf2106d085d0bd42172bb0c62 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 17 Apr 2012 08:56:17 +0200 Subject: [PATCH] doc: fix return value of function "color" in plugin API reference --- doc/en/weechat_plugin_api.en.txt | 2 +- doc/fr/weechat_plugin_api.fr.txt | 4 ++-- doc/it/weechat_plugin_api.it.txt | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 694bd87d1..19eb6f48a 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -6153,7 +6153,7 @@ Examples: Return value: -* string with color code, or a "reset color" code if color is not found +* string with color code, or an empty string if color is not found C example: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index bba1234a0..9c9b3da58 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -6224,8 +6224,8 @@ Exemples : Valeur de retour : -* chaîne avec le code couleur, ou un code couleur de réinitialisation si la - couleur n'a pas été trouvée +* chaîne avec le code couleur, ou une chaîne vide si la couleur n'a pas été + trouvée Exemple en C : diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 5b39c4d78..c696fad67 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -6156,7 +6156,8 @@ Esempi: Valore restituito: -* stringa con codice colore, o un codice "reset color" se il colore non è stato trovato +// TRANSLATION MISSING +* string with color code, or an empty string if color is not found Esempio in C: