[glib] Fixed typo: s/ether/enter.



commit c04496d98d05edf3fa77db8d0a2c61634471f46b
Author: Og B. Maciel <ogmaciel gnome org>
Date:   Fri Aug 26 11:07:32 2011 -0400

    Fixed typo: s/ether/enter.

 gio/gtlspassword.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gtlspassword.c b/gio/gtlspassword.c
index d582164..e0408e2 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)



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