diff src/gtkaccount.c @ 14025:e1fd2a8bd40b

[gaim-migrate @ 16624] Change "Alias:" to "Local alias:" in the account editor to hopefully avoid minor confusion committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 03 Aug 2006 07:57:52 +0000
parents 052aee037835
children 8bda65b88e49
line wrap: on
line diff
--- a/src/gtkaccount.c	Thu Aug 03 07:16:35 2006 +0000
+++ b/src/gtkaccount.c	Thu Aug 03 07:57:52 2006 +0000
@@ -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 =