[gaim-migrate @ 8024]

Tue, 04 Nov 2003 00:38:51 +0000

author
Luke Schierer <lschiere@pidgin.im>
date
Tue, 04 Nov 2003 00:38:51 +0000
changeset 7422
da86b60869cb
parent 7421
fb1d43af09af
child 7423
f93bad138ada

[gaim-migrate @ 8024]
our one chinese translator noticed some capitalization oddness

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- 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);
 	}
 

mercurial