summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOg B. Maciel <ogmaciel@gnome.org>2011-08-26 11:07:32 -0400
committerOg B. Maciel <ogmaciel@gnome.org>2011-08-26 11:07:32 -0400
commitc04496d98d05edf3fa77db8d0a2c61634471f46b (patch)
tree81aa16134b3fb721a0a24a49de7f724099a48c2c
parent54b34bd4e41f5cfaeee6eff1aeb925c80ced699b (diff)
Fixed typo: s/ether/enter.
-rw-r--r--gio/gtlspassword.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gtlspassword.c b/gio/gtlspassword.c
index d5821642d..e0408e253 100644
--- a/gio/gtlspassword.c
+++ b/gio/gtlspassword.c
@@ -111,7 +111,7 @@ g_tls_password_real_get_default_warning (GTlsPassword *password)
flags = g_tls_password_get_flags (password);
if (flags & G_TLS_PASSWORD_FINAL_TRY)
- return _("This is the last chance to ether the password correctly before your access is locked out.");
+ return _("This is the last chance to enter the password correctly before your access is locked out.");
if (flags & G_TLS_PASSWORD_MANY_TRIES)
return _("Several password entered have been incorrect, and your access will be locked out after further failures.");
if (flags & G_TLS_PASSWORD_RETRY)