diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 14:27:59 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 14:40:19 +0200 |
commit | f500c972ddc16d362c131b5caf81b02cdcc976ca (patch) | |
tree | fd3b206d8186962b86fd4601257f763804c6135f /src/plugins | |
parent | aa86d82796bad746c65693435b5472a44b1beb13 (diff) | |
download | weechat-f500c972ddc16d362c131b5caf81b02cdcc976ca.zip |
core: update translations (closes #1245, closes #1257)
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/plugin-api-info.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/plugin-api-info.c b/src/plugins/plugin-api-info.c index 22f29116a..429ceafd7 100644 --- a/src/plugins/plugin-api-info.c +++ b/src/plugins/plugin-api-info.c @@ -1865,8 +1865,9 @@ plugin_api_info_init () "focus_info", N_("get focus info"), /* TRANSLATORS: please do not translate key names (enclosed by quotes) */ - N_("\"x\": x coordinate, \"y\": y coordinate"), - N_("see hook_focus in Plugin API reference"), + N_("\"x\": x coordinate (string with integer >= 0), " + "\"y\": y coordinate (string with integer >= 0)"), + N_("see function \"hook_focus\" in Plugin API reference"), &gui_focus_info_hashtable_gui_focus_info_cb, NULL, NULL); /* WeeChat core infolist hooks */ |