summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-06-17 11:26:46 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-06-17 11:26:46 +0200
commit23fdef7b50a81dd89e538c37e408f2074395a837 (patch)
tree1f5aae52ea273b8e8877e04d81d997b45a85754c /src/core
parent417380a89e1a783d79496d175cb1399d879e76af (diff)
downloadweechat-23fdef7b50a81dd89e538c37e408f2074395a837.zip
Fix translation bug in help of command /input
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 4a50e1adf..51f833ee9 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -4126,7 +4126,7 @@ command_init ()
"jump_next_visited_buffer | hotlist_clear | grab_key | "
"scroll_unread | set_unread | set_unread_current_buffer | "
"insert [args]",
- _("This command is used by key bindings or plugins."),
+ N_("This command is used by key bindings or plugins."),
"return|complete_next|complete_previous|search_next|"
"delete_previous_char|delete_next_char|"
"delete_previous_word|delete_next_word|"