changeset 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 7109e6397a31
children b87d84ab92f2
files src/gtkaccount.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 =