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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user