[network-manager-applet] wifi: fix spelling error in error-message



commit 6491025ca4d8e556903a75b6b9a3ef86be45701f
Author: Thomas Haller <thaller redhat com>
Date:   Wed Nov 18 12:01:13 2015 +0100

    wifi: fix spelling error in error-message
    
    Reported-by: Anders Jonsson <anders jonsson norsjovallen se>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758270

 po/de.po                           |    2 +-
 po/fi.po                           |    2 +-
 po/it.po                           |    2 +-
 po/lt.po                           |    2 +-
 po/pl.po                           |    2 +-
 po/pt.po                           |    2 +-
 po/pt_BR.po                        |    2 +-
 src/wireless-security/ws-wep-key.c |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/po/de.po b/po/de.po
index fef55b4..8d96728 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4089,7 +4089,7 @@ msgid "invalid wep-key: passphrase must be non-empty"
 msgstr ""
 
 #: ../src/wireless-security/ws-wep-key.c:136
-msgid "invalid wep-key: passphrase must be shorter then 64 characters"
+msgid "invalid wep-key: passphrase must be shorter than 64 characters"
 msgstr ""
 
 #: ../src/wireless-security/ws-wep-key.ui.h:1
diff --git a/po/fi.po b/po/fi.po
index f560fa8..8dd3299 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3794,7 +3794,7 @@ msgid "invalid wep-key: passphrase must be non-empty"
 msgstr ""
 
 #: ../src/wireless-security/ws-wep-key.c:133
-msgid "invalid wep-key: passphrase must be shorter then 64 characters"
+msgid "invalid wep-key: passphrase must be shorter than 64 characters"
 msgstr ""
 
 #: ../src/wireless-security/ws-wep-key.ui.h:1
diff --git a/po/it.po b/po/it.po
index c009aca..c625575 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3873,7 +3873,7 @@ msgid "invalid wep-key: passphrase must be non-empty"
 msgstr "wpa-key non valida: la passphrase non può essere vuota"
 
 #: ../src/wireless-security/ws-wep-key.c:133
-msgid "invalid wep-key: passphrase must be shorter then 64 characters"
+msgid "invalid wep-key: passphrase must be shorter than 64 characters"
 msgstr ""
 "wpa-key non valida: la passphrase deve essere più corta di 64 caratteri"
 
diff --git a/po/lt.po b/po/lt.po
index 3717874..2dc4080 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3811,7 +3811,7 @@ msgid "invalid wep-key: passphrase must be non-empty"
 msgstr "netinkamas wep-key: slaptafrazė negali būti tuščia"
 
 #: ../src/wireless-security/ws-wep-key.c:133
-msgid "invalid wep-key: passphrase must be shorter then 64 characters"
+msgid "invalid wep-key: passphrase must be shorter than 64 characters"
 msgstr "netinkamas wep-key: slaptafrazė turi būti trumpesnė nei 64 simboliai"
 
 #: ../src/wireless-security/ws-wep-key.ui.h:1
diff --git a/po/pl.po b/po/pl.po
index bfaa7db..eaf7f0a 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3822,7 +3822,7 @@ msgid "invalid wep-key: passphrase must be non-empty"
 msgstr "nieprawidłowe „wep-key”: hasło nie może być puste"
 
 #: ../src/wireless-security/ws-wep-key.c:133
-msgid "invalid wep-key: passphrase must be shorter then 64 characters"
+msgid "invalid wep-key: passphrase must be shorter than 64 characters"
 msgstr "nieprawidłowe „wep-key”: hasło nie może być krótsze niż 64 znaki"
 
 #: ../src/wireless-security/ws-wep-key.ui.h:1
diff --git a/po/pt.po b/po/pt.po
index e41c46d..88fa2e1 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3817,7 +3817,7 @@ msgid "invalid wep-key: passphrase must be non-empty"
 msgstr "wep-key inválida: a frase-passe não pode estar vazia"
 
 #: ../src/wireless-security/ws-wep-key.c:133
-msgid "invalid wep-key: passphrase must be shorter then 64 characters"
+msgid "invalid wep-key: passphrase must be shorter than 64 characters"
 msgstr "wep-key inválida: a frase-passe tem de ter menos de 64 caracteres"
 
 #: ../src/wireless-security/ws-wep-key.ui.h:1
diff --git a/po/pt_BR.po b/po/pt_BR.po
index cc0f073..2b19fc7 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3834,7 +3834,7 @@ msgid "invalid wep-key: passphrase must be non-empty"
 msgstr "chave wep inválida: frase secreta não pode estar vazia"
 
 #: ../src/wireless-security/ws-wep-key.c:133
-msgid "invalid wep-key: passphrase must be shorter then 64 characters"
+msgid "invalid wep-key: passphrase must be shorter than 64 characters"
 msgstr "chave wep inválida: frase secreta deve ser menor que 64 caracteres"
 
 #: ../src/wireless-security/ws-wep-key.ui.h:1
diff --git a/src/wireless-security/ws-wep-key.c b/src/wireless-security/ws-wep-key.c
index 14db35e..21cc119 100644
--- a/src/wireless-security/ws-wep-key.c
+++ b/src/wireless-security/ws-wep-key.c
@@ -130,7 +130,7 @@ validate (WirelessSecurity *parent, GError **error)
                        if (!*key)
                                g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("invalid wep-key: 
passphrase must be non-empty"));
                        else
-                               g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("invalid wep-key: 
passphrase must be shorter then 64 characters"));
+                               g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("invalid wep-key: 
passphrase must be shorter than 64 characters"));
                        return FALSE;
                }
        }


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