From 7d8af87f1539a6a107e9ef7c64dc2c2f2c6541e1 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Wed, 15 Mar 2006 20:34:13 +0000 Subject: [PATCH] Hex, not hex, young cheetah. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1611 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- gnome/applet/applet.glade | 4 ++-- gnome/applet/wso-wep-hex.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome/applet/applet.glade b/gnome/applet/applet.glade index db57385304..3ffa8c1b8a 100644 --- a/gnome/applet/applet.glade +++ b/gnome/applet/applet.glade @@ -559,7 +559,7 @@ You have chosen to log in to the wireless network '%s'. If you are sure that th True None WEP 128-bit Passphrase -WEP 64/128-bit hex +WEP 64/128-bit Hex WEP 64/128-bit ASCII False @@ -774,7 +774,7 @@ A passphrase or encryption key is required to access the wireless network '%s'.< True None WEP 128-bit Passphrase -WEP 64/128-bit hex +WEP 64/128-bit Hex WEP 64/128-bit ASCII False diff --git a/gnome/applet/wso-wep-hex.c b/gnome/applet/wso-wep-hex.c index 6aa1ba9bf2..0bd00de3ae 100644 --- a/gnome/applet/wso-wep-hex.c +++ b/gnome/applet/wso-wep-hex.c @@ -132,7 +132,7 @@ WirelessSecurityOption * wso_wep_hex_new (const char *glade_file) g_return_val_if_fail (glade_file != NULL, NULL); opt = g_malloc0 (sizeof (WirelessSecurityOption)); - opt->name = g_strdup (_("WEP 64/128-bit hex")); + opt->name = g_strdup (_("WEP 64/128-bit Hex")); opt->widget_name = "wep_key_notebook"; opt->data_free_func = data_free_func; opt->validate_input_func = validate_input_func;