# HG changeset patch # User Christian Hammond # Date 1054510306 0 # Node ID a9cd11fd0d6fab59c4eb3dc33332430fcd11b162 # Parent 213e999fa5cc418fc56d6c1e89645a23e43d7bcf [gaim-migrate @ 6059] Fixed the label for the account option. committer: Tailor Script diff -r 213e999fa5cc -r a9cd11fd0d6f src/protocols/gg/gg.c --- 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 * @@ -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);