[Patch] consistent use of 'username' vs 'login'



Here's an uber-trivial patch for GDM consistent use of the term
'username' instead of 'login' as noted in the SUN HCI report.

I also noted some references to 'login' in daemon/verify-pam.c but it is
commented out, as well as in daemon/slave.c. But the reference in
slave.c seemed appropriate as it is possibly referring to the password
and not the username.

BTW, I username preferred instead of user name? Personally, I'd rather
see it as two words, but my patch is consistent with the current
'Username'.

-- 

Steve Fox
http://k-lug.org
--- gdm-2.2.3.2/gui/gdmlogin.c	Sun Aug 12 13:41:26 2001
+++ gdm-2.2.3.2.hack/gui/gdmlogin.c	Tue Aug 28 22:03:41 2001
@@ -3034,7 +3034,7 @@
 		      (GtkAttachOptions) (GTK_FILL), 0, 10);
 
     /* I think I'll add the buttons next to this */
-    msg = gtk_label_new (_("Please enter your login"));
+    msg = gtk_label_new (_("Please enter your username"));
     gtk_widget_set_name(msg, "Message");
     
     gtk_widget_ref (msg);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]