Fix translation bug in help of command /input

This commit is contained in:
Sebastien Helleu 2009-06-17 11:26:46 +02:00
parent 417380a89e
commit 23fdef7b50
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@
........................................
functions for command line
Cette commande est utilisée par les associations de touches ou les extensions.
This command is used by key bindings or plugins.
........................................
• *`/key`* `[bind key [command [args]]] | [unbind key] | [reset -yes] | [missing]`::

View File

@ -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|"