mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 12:28:11 +02:00
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:
parent
f8ad81d8bc
commit
7d8af87f15
2 changed files with 3 additions and 3 deletions
|
|
@ -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="visible">True</property>
|
||||||
<property name="items" translatable="yes">None
|
<property name="items" translatable="yes">None
|
||||||
WEP 128-bit Passphrase
|
WEP 128-bit Passphrase
|
||||||
WEP 64/128-bit hex
|
WEP 64/128-bit Hex
|
||||||
WEP 64/128-bit ASCII
|
WEP 64/128-bit ASCII
|
||||||
</property>
|
</property>
|
||||||
<property name="add_tearoffs">False</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="visible">True</property>
|
||||||
<property name="items" translatable="yes">None
|
<property name="items" translatable="yes">None
|
||||||
WEP 128-bit Passphrase
|
WEP 128-bit Passphrase
|
||||||
WEP 64/128-bit hex
|
WEP 64/128-bit Hex
|
||||||
WEP 64/128-bit ASCII
|
WEP 64/128-bit ASCII
|
||||||
</property>
|
</property>
|
||||||
<property name="add_tearoffs">False</property>
|
<property name="add_tearoffs">False</property>
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ WirelessSecurityOption * wso_wep_hex_new (const char *glade_file)
|
||||||
g_return_val_if_fail (glade_file != NULL, NULL);
|
g_return_val_if_fail (glade_file != NULL, NULL);
|
||||||
|
|
||||||
opt = g_malloc0 (sizeof (WirelessSecurityOption));
|
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->widget_name = "wep_key_notebook";
|
||||||
opt->data_free_func = data_free_func;
|
opt->data_free_func = data_free_func;
|
||||||
opt->validate_input_func = validate_input_func;
|
opt->validate_input_func = validate_input_func;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue