1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

Fixed typos

This commit is contained in:
Sebastien Helleu
2006-07-01 11:59:06 +00:00
parent 9563cf2b9d
commit ede2bf1374
18 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -2579,7 +2579,7 @@ weechat_cmd_key (t_irc_server *server, t_irc_channel *channel,
if (gui_keyboard_unbind (arguments))
{
irc_display_prefix (NULL, NULL, PREFIX_INFO);
gui_printf (NULL, _("Key \"%s\" unbinded\n"), arguments);
gui_printf (NULL, _("Key \"%s\" unbound\n"), arguments);
}
else
{
+2 -2
View File
@@ -47,7 +47,7 @@ gui_keyboard_default_bindings ()
int i;
char key_str[32], command[32];
/* keys binded with internal functions */
/* keys bound with internal functions */
gui_keyboard_bind ( /* RC */ "ctrl-M", "return");
gui_keyboard_bind ( /* RC */ "ctrl-J", "return");
gui_keyboard_bind ( /* tab */ "ctrl-I", "tab");
@@ -105,7 +105,7 @@ gui_keyboard_default_bindings ()
gui_keyboard_bind ( /* m-s */ "meta-s", "switch_server");
gui_keyboard_bind ( /* m-u */ "meta-u", "scroll_unread");
/* keys binded with commands */
/* keys bound with commands */
gui_keyboard_bind ( /* m-left */ "meta-meta2-D", "/buffer -1");
gui_keyboard_bind ( /* F5 */ "meta2-15~", "/buffer -1");
gui_keyboard_bind ( /* m-right */ "meta-meta2-C", "/buffer +1");