[network-manager-applet/nma-1-0] wifi: fix spelling error in error-message
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/nma-1-0] wifi: fix spelling error in error-message
- Date: Wed, 18 Nov 2015 11:04:06 +0000 (UTC)
commit b697b5dec02e0a0f06fe7f2548be6e6c5c9c1758
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/hu.po | 2 +-
po/it.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 016e129..a3399e1 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4100,7 +4100,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 7ed3eac..b63ac03 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4058,7 +4058,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/hu.po b/po/hu.po
index d2a75de..f7901b0 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -4040,7 +4040,7 @@ msgid "invalid wep-key: passphrase must be non-empty"
msgstr "érvénytelen wep-kulcs: a jelmondat nem lehet üres"
#: ../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 ""
"érvénytelen wep-kulcs: a jelmondatnak 64 karakternél rövidebbnek kell lennie"
diff --git a/po/it.po b/po/it.po
index f6f806b..eb73e00 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4097,7 +4097,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:136
-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/pl.po b/po/pl.po
index b406a73..c617228 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -4050,7 +4050,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:136
-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 78e2206..43317a3 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -4127,7 +4127,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:136
-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 67dc0b1..7acbe91 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4052,7 +4052,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:136
-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 cdbf115..0309042 100644
--- a/src/wireless-security/ws-wep-key.c
+++ b/src/wireless-security/ws-wep-key.c
@@ -133,7 +133,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]