1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

trigger: add translation for first line of displayed triggers

This commit is contained in:
Sébastien Helleu
2023-05-01 21:44:37 +02:00
parent e75009a461
commit 21f972b0a5
15 changed files with 139 additions and 17 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ trigger_command_display_trigger_internal (const char *name,
{
weechat_printf_date_tags (
NULL, 0, "no_trigger",
" %s%s%s: %s%s%s%s%s%s%s",
_(" %s%s%s: %s%s%s%s%s%s%s"),
weechat_color ((enabled) ? "chat_status_enabled" : "chat_status_disabled"),
name,
weechat_color ("reset"),
@@ -214,7 +214,7 @@ trigger_command_display_trigger_internal (const char *name,
}
weechat_printf_date_tags (
NULL, 0, "no_trigger",
" %s%s%s: %s%s%s%s%s%s%s%s%s%s%s%s%s",
_(" %s%s%s: %s%s%s%s%s%s%s%s%s%s%s%s%s"),
weechat_color ((enabled) ? "chat_status_enabled": "chat_status_disabled"),
name,
weechat_color ("reset"),