1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

core: remove "%s" from translated message for key debug

This commit is contained in:
Sébastien Helleu
2023-03-13 07:31:56 +01:00
parent 2b1da0d910
commit e060a0e7f2
+2 -1
View File
@@ -878,7 +878,8 @@ gui_bar_item_input_text_cb (const void *pointer, void *data,
if (gui_key_debug)
{
snprintf (str_key_debug, sizeof (str_key_debug),
_("keyboard debug ('q' to quit debug mode)%s"),
"%s%s",
_("keyboard debug ('q' to quit debug mode)"),
str_cursor);
return strdup (str_key_debug);
}