changeset 10843:dd7f59f5252d

[gaim-migrate @ 12515] sf patch #1185594, from Richard Laager "This cleans up a couple error messages." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 19 Apr 2005 03:31:50 +0000
parents de9af04c50ff
children d1f7821c09f4
files src/gtkconv.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Tue Apr 19 03:29:40 2005 +0000
+++ b/src/gtkconv.c	Tue Apr 19 03:31:50 2005 +0000
@@ -438,10 +438,10 @@
 				return TRUE;
 			case GAIM_CMD_STATUS_WRONG_TYPE:
 				if(gaim_conversation_get_type(conv) == GAIM_CONV_IM)
-					gaim_conversation_write(conv, "", _("That command only works in Chats, not IMs."),
+					gaim_conversation_write(conv, "", _("That command only works in chats, not IMs."),
 							GAIM_MESSAGE_NO_LOG, time(NULL));
 				else
-					gaim_conversation_write(conv, "", _("That command only works in IMs, not Chats."),
+					gaim_conversation_write(conv, "", _("That command only works in IMs, not chats."),
 							GAIM_MESSAGE_NO_LOG, time(NULL));
 				return TRUE;
 			case GAIM_CMD_STATUS_WRONG_PRPL:
@@ -674,7 +674,7 @@
 		{
 			gaim_notify_error(NULL, NULL,
 							  _("That buddy is not on the same protocol as this "
-								"chat"), NULL);
+								"chat."), NULL);
 		}
 		else
 			gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(info->entry)->entry), buddy->name);
@@ -700,7 +700,7 @@
 			{
 				gaim_notify_error(NULL, NULL,
 								  _("That buddy is not on the same protocol as this "
-									"chat"), NULL);
+									"chat."), NULL);
 			}
 			else
 			{