1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +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
{