diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-04-17 08:56:17 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-04-17 08:56:17 +0200 |
commit | 477e9a609cd7e9eaf2106d085d0bd42172bb0c62 (patch) | |
tree | 3d084c045a332fd03f96fe4caad983f572514536 /doc/it | |
parent | 6c26bc79d923b496b9e313f547d310b179713927 (diff) | |
download | weechat-477e9a609cd7e9eaf2106d085d0bd42172bb0c62.zip |
doc: fix return value of function "color" in plugin API reference
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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: |