Hex, not hex, young cheetah.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1611 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2006-03-15 20:34:13 +00:00
parent f8ad81d8bc
commit 7d8af87f15
2 changed files with 3 additions and 3 deletions

View file

@ -559,7 +559,7 @@ You have chosen to log in to the wireless network '%s'. If you are sure that th
<property name="visible">True</property>
<property name="items" translatable="yes">None
WEP 128-bit Passphrase
WEP 64/128-bit hex
WEP 64/128-bit Hex
WEP 64/128-bit ASCII
</property>
<property name="add_tearoffs">False</property>
@ -774,7 +774,7 @@ A passphrase or encryption key is required to access the wireless network '%s'.<
<property name="visible">True</property>
<property name="items" translatable="yes">None
WEP 128-bit Passphrase
WEP 64/128-bit hex
WEP 64/128-bit Hex
WEP 64/128-bit ASCII
</property>
<property name="add_tearoffs">False</property>

View file

@ -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;