diff src/protocols/silc/chat.c @ 12885:b704e60fe5de

[gaim-migrate @ 15237] Mark some strings for translation committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 15 Jan 2006 16:34:06 +0000
parents 1baf4cbcf84d
children 248b8b39c671
line wrap: on
line diff
--- a/src/protocols/silc/chat.c	Sun Jan 15 16:31:44 2006 +0000
+++ b/src/protocols/silc/chat.c	Sun Jan 15 16:34:06 2006 +0000
@@ -1289,7 +1289,7 @@
 		flags |= SILC_MESSAGE_FLAG_ACTION;
 	} else if (strlen(msg) > 1 && msg[0] == '/') {
 		if (!silc_client_command_call(client, conn, msg + 1))
-			gaim_notify_error(gc, ("Call Command"), _("Cannot call command"),
+			gaim_notify_error(gc, _("Call Command"), _("Cannot call command"),
 							  _("Unknown command"));
 		g_free(tmp);
 		return 0;