# HG changeset patch # User Mark Doliner # Date 1113881510 0 # Node ID dd7f59f5252d28aa79657ba9e815cb1b1cab6a45 # Parent de9af04c50ffcae4a212cee64ee5fcab6e226956 [gaim-migrate @ 12515] sf patch #1185594, from Richard Laager "This cleans up a couple error messages." committer: Tailor Script diff -r de9af04c50ff -r dd7f59f5252d src/gtkconv.c --- 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 {