diff src/protocols/oscar/oscar.c @ 7422:d176a85f2581

[gaim-migrate @ 8024] our one chinese translator noticed some capitalization oddness committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 04 Nov 2003 00:38:51 +0000
parents c91199e88c9e
children dedbfdc7ce65
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Nov 04 00:17:45 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Nov 04 00:38:51 2003 +0000
@@ -1209,7 +1209,7 @@
 		g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly.  You may want to use TOC until "
 			"this is fixed.  Check %s for updates."), GAIM_WEBSITE);
 		gaim_notify_warning(pos->gc, NULL,
-							_("Gaim was Unable to get a valid AIM login hash."),
+							_("Gaim was unable to get a valid AIM login hash."),
 							buf);
 		gaim_input_remove(pos->inpa);
 		close(pos->fd);
@@ -1239,7 +1239,7 @@
 		buf = g_strdup_printf(_("You may be disconnected shortly.  You may want to use TOC until "
 			"this is fixed.  Check %s for updates."), GAIM_WEBSITE);
 		gaim_notify_warning(pos->gc, NULL,
-							_("Gaim was Unable to get a valid AIM login hash."),
+							_("Gaim was unable to get a valid AIM login hash."),
 							buf);
 		g_free(buf);
 		if (pos->modname)
@@ -1327,7 +1327,7 @@
 		g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly.  You may want to use TOC until "
 			"this is fixed.  Check %s for updates."), GAIM_WEBSITE);
 		gaim_notify_warning(pos->gc, NULL,
-							_("Gaim was Unable to get a valid login hash."),
+							_("Gaim was unable to get a valid login hash."),
 							buf);
 	}