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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user