summaryrefslogtreecommitdiff
path: root/daemon/verify-pam.c
diff options
context:
space:
mode:
authorKarsten Weiss <karsten@src.gnome.org>2002-02-04 01:19:32 +0000
committerKarsten Weiss <karsten@src.gnome.org>2002-02-04 01:19:32 +0000
commitdd7aab212e76ffe5161afa68b7d97044bd039b90 (patch)
treece2f5248a5721a8edde34569e2455c17ea3f85cb /daemon/verify-pam.c
parentc6fdd935a4576646935f7aec2f277ee93a5fbc56 (diff)
downloadgdm-dd7aab212e76ffe5161afa68b7d97044bd039b90.tar.gz
Fixed a typo. Ditto. Ditto.
* config/gettextfoo.h: Fixed a typo. * daemon/verify-pam.c: Ditto. * gui/gdmconfig-strings.c: Ditto.
Diffstat (limited to 'daemon/verify-pam.c')
-rw-r--r--daemon/verify-pam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/verify-pam.c b/daemon/verify-pam.c
index 074ccb3f..3c17129a 100644
--- a/daemon/verify-pam.c
+++ b/daemon/verify-pam.c
@@ -519,7 +519,7 @@ gdm_verify_setup_user (GdmDisplay *d, const gchar *login, const gchar *display)
gdm_error_box (cur_gdm_disp,
GTK_MESSAGE_ERROR,
_("\nThe change of the authentication token failed. "
- "Please try again later or cantact the system administrator."));
+ "Please try again later or contact the system administrator."));
goto setup_pamerr;
}
*/
@@ -534,7 +534,7 @@ gdm_verify_setup_user (GdmDisplay *d, const gchar *login, const gchar *display)
gdm_error (_("User %s not permitted to gain access at this time"), login);
gdm_error_box (cur_gdm_disp,
GTK_MESSAGE_ERROR,
- _("\nThe system administrator has your disabled access to the system temporary."));
+ _("\nThe system administrator has disabled your access to the system temporary."));
goto setup_pamerr;
default :
if (gdm_slave_should_complain ())