diff src/protocols/gg/gg.c @ 7981:ad5c8f01882b

[gaim-migrate @ 8658] "I have updated the German translation and changed some i18n strings. i18n44.patch contains: - updated German translation - changed some 99% identical strings which differ only in spelling, for instance: _("Unable to connect") and _("Unable to connect.") This reduces some translation strings and makes the UI a bit more clear." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 03 Jan 2004 16:22:44 +0000
parents 1b8261f374ea
children f1822a0c103a
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Sat Jan 03 16:08:23 2004 +0000
+++ b/src/protocols/gg/gg.c	Sat Jan 03 16:22:44 2004 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 8631 2003-12-29 09:03:47Z faceprint $
+ * $Id: gg.c 8658 2004-01-03 16:22:44Z lschiere $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  *
@@ -665,7 +665,7 @@
 			g_free(oldibuf);
 			break;
 		case 2:
-			ibuf = g_strconcat(oldibuf, "<B>", _("First name"), ":</B> ", p, "<BR>\n", NULL);
+			ibuf = g_strconcat(oldibuf, "<B>", _("First Name"), ":</B> ", p, "<BR>\n", NULL);
 			g_free(oldibuf);
 			break;
 		case 3: