summaryrefslogtreecommitdiff
path: root/daemon/verify-shadow.c
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-01-31 00:59:44 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-01-31 00:59:44 +0000
commitee6fa1d59345fd8991ba1c29bdc5695cb2895d4a (patch)
tree0cf73169b5fdc7cf3a746a25a688cea156c33667 /daemon/verify-shadow.c
parent4a7aad5deaa0a70efbfefd8acb901917b53a659e (diff)
downloadgdm-ee6fa1d59345fd8991ba1c29bdc5695cb2895d4a.tar.gz
Pfffffffffffffft! Really apply the patch from ChiDeok Hwang
Tue Jan 30 16:52:39 2001 George Lebl <jirka@5z.com> * Pfffffffffffffft! Really apply the patch from ChiDeok Hwang <hwang@mizi.co.kr> * daemon/slave.c, gui/gdm.c: Some locale stuff fixes. This still feels really wrong as it mostly ignores the systemwide setting and uses it's own default most of the time. And that's bad. Needs some work.
Diffstat (limited to 'daemon/verify-shadow.c')
-rw-r--r--daemon/verify-shadow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/verify-shadow.c b/daemon/verify-shadow.c
index fb6c1132..b181516a 100644
--- a/daemon/verify-shadow.c
+++ b/daemon/verify-shadow.c
@@ -71,7 +71,7 @@ gdm_verify_user (const gchar *display)
endspent();
/* Request the user's password */
- passwd = gdm_slave_greeter_ctl (GDM_NOECHO, _("Password:"));
+ passwd = gdm_slave_greeter_ctl (GDM_NOECHO, _("Password: "));
/* If verbose authentication is enabled, output messages from the
* authentication system */