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

core: add missing translation in output of /theme list

This commit is contained in:
Sébastien Helleu
2026-07-04 20:24:35 +02:00
parent 34263a2e6e
commit 051c8a839f
15 changed files with 72 additions and 16 deletions
+1 -1
View File
@@ -7314,7 +7314,7 @@ COMMAND_CALLBACK(theme)
ptr_name = (const char *)arraylist_get (file_names, i);
gui_chat_printf (
NULL,
" %s %s%s%s (file)",
_(" %s %s%s%s (file)"),
(ptr_active && (strcmp (ptr_active, ptr_name) == 0))
? "->" : " ",
GUI_COLOR(GUI_COLOR_CHAT_BUFFER),