changeset 5645:a9cd11fd0d6f

[gaim-migrate @ 6059] Fixed the label for the account option. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 23:31:46 +0000
parents 213e999fa5cc
children 48c63ee49961
files src/protocols/gg/gg.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Sun Jun 01 23:14:31 2003 +0000
+++ b/src/protocols/gg/gg.c	Sun Jun 01 23:31:46 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 6047 2003-06-01 17:40:20Z chipx86 $
+ * $Id: gg.c 6059 2003-06-01 23:31:46Z chipx86 $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -1377,7 +1377,7 @@
 {
 	GaimAccountOption *option;
 
-	option = gaim_account_option_string_new(_("Nick:"), "nick",
+	option = gaim_account_option_string_new(_("Nick"), "nick",
 											"Gadu-Gadu User");
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
 											   option);