1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

core: fix translation of keys in options

This fixes French description of key options in docs.
This commit is contained in:
Sébastien Helleu
2024-11-20 18:23:49 +01:00
parent 3fd298bfbe
commit 9a8010eead
15 changed files with 35 additions and 102 deletions
+1 -1
View File
@@ -1439,7 +1439,7 @@ gui_key_new_option (int context, const char *name, const char *value)
else
{
snprintf (str_description, sizeof (str_description),
_("key \"%s\" in context \"%s\""),
"\"%s\" (%s)",
name,
gui_key_context_string[context]);
ptr_key = gui_key_search (gui_default_keys[context], name);