summaryrefslogtreecommitdiff
path: root/daemon/verify-shadow.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@src.gnome.org>2002-01-12 11:48:21 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2002-01-12 11:48:21 +0000
commit16946892fcb67a57e0e365a717a81b8b82cede28 (patch)
tree1f2ae669111394a62e601b03c7df8fc3e96ae343 /daemon/verify-shadow.c
parent1e075ba926b2a14953179a6a50f50311e555658f (diff)
downloadgdm-16946892fcb67a57e0e365a717a81b8b82cede28.tar.gz
Fix loads of typos and inconsistencies in strings.
Diffstat (limited to 'daemon/verify-shadow.c')
-rw-r--r--daemon/verify-shadow.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/daemon/verify-shadow.c b/daemon/verify-shadow.c
index cde55ca7..01e46aef 100644
--- a/daemon/verify-shadow.c
+++ b/daemon/verify-shadow.c
@@ -124,9 +124,9 @@ gdm_verify_user (GdmDisplay *d, const char *username, const gchar *display, gboo
* neccessairly true, this message needs to be changed
* to allow for such cases */
auth_errmsg = g_strdup_printf
- (_("\nIncorrect username or password. "
- "Letters must be typed in the correct case. "
- "Please be sure the Caps Lock key is not enabled"));
+ (_("\nIncorrect username or password. "
+ "Letters must be typed in the correct case. "
+ "Please make sure the Caps Lock key is not enabled"));
gdm_slave_greeter_ctl_no_ret (GDM_ERRBOX, auth_errmsg);
g_free (auth_errmsg);
g_free (login);
@@ -144,9 +144,9 @@ gdm_verify_user (GdmDisplay *d, const char *username, const gchar *display, gboo
* neccessairly true, this message needs to be changed
* to allow for such cases */
auth_errmsg = g_strdup_printf
- (_("\nIncorrect username or password. "
- "Letters must be typed in the correct case. "
- "Please be sure the Caps Lock key is not enabled"));
+ (_("\nIncorrect username or password. "
+ "Letters must be typed in the correct case. "
+ "Please make sure the Caps Lock key is not enabled"));
gdm_slave_greeter_ctl_no_ret (GDM_ERRBOX, auth_errmsg);
g_free (auth_errmsg);
g_free (login);
@@ -178,8 +178,8 @@ gdm_verify_user (GdmDisplay *d, const char *username, const gchar *display, gboo
strcmp (pwent->pw_shell, "/bin/false") == 0)) {
gdm_error (_("User %s not allowed to log in"), login);
gdm_slave_greeter_ctl_no_ret (GDM_ERRBOX,
- _("\nThe system administrator"
- " has disabled your "
+ _("\nThe system administrator "
+ "has disabled your "
"account."));
/*gdm_slave_greeter_ctl_no_ret (GDM_ERRDLG,
_("Login disabled"));*/