|
From: <the...@us...> - 2006-08-03 07:57:54
|
Revision: 16624 Author: thekingant Date: 2006-08-03 00:57:52 -0700 (Thu, 03 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16624&view=rev Log Message: ----------- Change "Alias:" to "Local alias:" in the account editor to hopefully avoid minor confusion Modified Paths: -------------- trunk/src/gtkaccount.c Modified: trunk/src/gtkaccount.c =================================================================== --- trunk/src/gtkaccount.c 2006-08-03 07:26:47 UTC (rev 16623) +++ trunk/src/gtkaccount.c 2006-08-03 07:57:52 UTC (rev 16624) @@ -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. |