diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-12 13:31:22 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-12 13:31:22 +0100 |
commit | 271f92a66db54c20570ba70e72b0110268dc0e77 (patch) | |
tree | 28395d4e50ed4e91193eeed401a441cace1cc40a | |
parent | 44411f123ae9e5dffa37be08f91b0975b1d85f77 (diff) | |
download | weechat-271f92a66db54c20570ba70e72b0110268dc0e77.zip |
doc: fix typo in plugin API reference
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 4 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 4 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index c3f6ddedd..b82592618 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -8081,7 +8081,7 @@ Arguments: <<_weechat_hook_signal,weechat_hook_signal>>) * 'signal_data': data sent with signal -Return value (_WeeChat ≥ 0.4.4)_: +Return value _(WeeChat ≥ 0.4.4)_: * return code of last callback executed ('WEECHAT_RC_OK' if no callback was executed): @@ -8395,7 +8395,7 @@ Arguments: * 'signal': signal to send * 'hashtable': hashtable -Return value (_WeeChat ≥ 0.4.4)_: +Return value _(WeeChat ≥ 0.4.4)_: * return code of last callback executed ('WEECHAT_RC_OK' if no callback was executed): diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 49e244ebb..fdc3b21e5 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -8211,7 +8211,7 @@ Paramètres : <<_weechat_hook_signal,weechat_hook_signal>>) * 'signal_data' : données envoyées avec le signal -Valeur de retour (_WeeChat ≥ 0.4.4)_ : +Valeur de retour _(WeeChat ≥ 0.4.4)_ : * code retour du dernier "callback" exécuté ('WEECHAT_RC_OK' si aucun "callback" n'a été exécuté) : @@ -8534,7 +8534,7 @@ Paramètres : * 'signal' : signal à envoyer * 'hashtable' : table de hachage -Valeur de retour (_WeeChat ≥ 0.4.4)_ : +Valeur de retour _(WeeChat ≥ 0.4.4)_ : * code retour du dernier "callback" exécuté ('WEECHAT_RC_OK' si aucun "callback" n'a été exécuté) : diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 9b7118dcd..2134f13dd 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8259,7 +8259,7 @@ Argomenti: * 'signal_data': dati inviati con il segnale // TRANSLATION MISSING -Return value (_WeeChat ≥ 0.4.4)_: +Return value _(WeeChat ≥ 0.4.4)_: // TRANSLATION MISSING * return code of last callback executed ('WEECHAT_RC_OK' if no callback was @@ -8593,7 +8593,7 @@ Argomenti: * 'hashtable': tabella hash // TRANSLATION MISSING -Return value (_WeeChat ≥ 0.4.4)_: +Return value _(WeeChat ≥ 0.4.4)_: // TRANSLATION MISSING * return code of last callback executed ('WEECHAT_RC_OK' if no callback was diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index f2c86c22b..70b080009 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -8081,7 +8081,7 @@ int weechat_hook_signal_send (const char *signal, const char *type_data, * 'signal_data': シグナルと一緒に送信するデータ // TRANSLATION MISSING -Return value (_WeeChat ≥ 0.4.4)_: +Return value _(WeeChat ≥ 0.4.4)_: // TRANSLATION MISSING * return code of last callback executed ('WEECHAT_RC_OK' if no callback was @@ -8398,7 +8398,7 @@ int weechat_hook_hsignal_send (const char *signal, struct t_hashtable *hashtable * 'hashtable': ハッシュテーブル // TRANSLATION MISSING -Return value (_WeeChat ≥ 0.4.4)_: +Return value _(WeeChat ≥ 0.4.4)_: // TRANSLATION MISSING * return code of last callback executed ('WEECHAT_RC_OK' if no callback was |