# HG changeset patch # User Luke Schierer # Date 1067906331 0 # Node ID d176a85f2581dde6712a78d1416f574bcdd36407 # Parent 1a52d75489ad218e4d05745fb75434eb6c2cab6f [gaim-migrate @ 8024] our one chinese translator noticed some capitalization oddness committer: Tailor Script diff -r 1a52d75489ad -r d176a85f2581 src/protocols/oscar/oscar.c --- 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); }