summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/trigger/trigger-command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/trigger/trigger-command.c b/src/plugins/trigger/trigger-command.c
index 9b1adb753..2387a9b27 100644
--- a/src/plugins/trigger/trigger-command.c
+++ b/src/plugins/trigger/trigger-command.c
@@ -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"),