From: <the...@us...> - 2006-08-03 07:58:14
|
Revision: 16625 Author: thekingant Date: 2006-08-03 00:58:11 -0700 (Thu, 03 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16625&view=rev Log Message: ----------- Backport SVN revision #16624 from HEAD to v2_0_0 Original commit message: Change "Alias:" to "Local alias:" in the account editor to hopefully avoid minor confusion ViewCVS Links: ------------- http://svn.sourceforge.net/gaim/?rev=16624&view=rev Modified Paths: -------------- branches/v2_0_0/src/gtkaccount.c Modified: branches/v2_0_0/src/gtkaccount.c =================================================================== --- branches/v2_0_0/src/gtkaccount.c 2006-08-03 07:57:52 UTC (rev 16624) +++ branches/v2_0_0/src/gtkaccount.c 2006-08-03 07:58:11 UTC (rev 16625) @@ -860,7 +860,7 @@ /* Alias */ dialog->alias_entry = gtk_entry_new(); - add_pref_box(dialog, vbox, _("Alias:"), dialog->alias_entry); + add_pref_box(dialog, vbox, _("Local alias:"), dialog->alias_entry); /* Remember Password */ dialog->remember_pass_check = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |