[network-manager-applet] gui: more exact description for WEP keys combo item (rh #471859)
- From: Jiří Klimeš <jklimes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] gui: more exact description for WEP keys combo item (rh #471859)
- Date: Fri, 18 Jun 2010 10:30:43 +0000 (UTC)
commit f8c5c51cab437fc79185d9ab9e80ec316096e84a
Author: JiÅ?à KlimeÅ¡ <jklimes redhat com>
Date: Fri Jun 18 12:27:29 2010 +0200
gui: more exact description for WEP keys combo item (rh #471859)
src/connection-editor/page-wireless-security.c | 2 +-
src/wireless-dialog.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/page-wireless-security.c b/src/connection-editor/page-wireless-security.c
index 58327b4..d403cf6 100644
--- a/src/connection-editor/page-wireless-security.c
+++ b/src/connection-editor/page-wireless-security.c
@@ -259,7 +259,7 @@ finish_setup (CEPageWirelessSecurity *self, gpointer unused, GError *error, gpoi
ws_wep = ws_wep_key_new (glade_file, connection, NM_WEP_KEY_TYPE_KEY, FALSE, FALSE);
if (ws_wep) {
add_security_item (self, WIRELESS_SECURITY (ws_wep), sec_model,
- &iter, _("WEP 40/128-bit Key"));
+ &iter, _("WEP 40/128-bit Key (Hex or ASCII)"));
if ((active < 0) && (default_type == NMU_SEC_STATIC_WEP) && (wep_type == NM_WEP_KEY_TYPE_KEY))
active = item;
item++;
diff --git a/src/wireless-dialog.c b/src/wireless-dialog.c
index d105e72..8a4bc03 100644
--- a/src/wireless-dialog.c
+++ b/src/wireless-dialog.c
@@ -933,7 +933,7 @@ security_combo_init (NMAWirelessDialog *self, gboolean auth_only)
ws_wep = ws_wep_key_new (priv->glade_file, priv->connection, NM_WEP_KEY_TYPE_KEY, priv->adhoc_create, auth_only);
if (ws_wep) {
add_security_item (self, WIRELESS_SECURITY (ws_wep), sec_model,
- &iter, _("WEP 40/128-bit Key"));
+ &iter, _("WEP 40/128-bit Key (Hex or ASCII)"));
if ((active < 0) && (default_type == NMU_SEC_STATIC_WEP) && (wep_type == NM_WEP_KEY_TYPE_KEY))
active = item;
item++;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]