mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 21:30:10 +01:00
2005-08-18 Christopher Aillon <caillon@redhat.com>
* gnome/applet/other-network-dialog.c:
* gnome/applet/wireless-applet.glade: More mnemonics
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@873 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
131b7edabc
commit
aa51e039f0
3 changed files with 13 additions and 8 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-18 Christopher Aillon <caillon@redhat.com>
|
||||
|
||||
* gnome/applet/other-network-dialog.c:
|
||||
* gnome/applet/wireless-applet.glade: More mnemonics
|
||||
|
||||
2005-08-17 Robert Love <rml@novell.com>
|
||||
|
||||
* initscript/SUSE/networkmanager: update
|
||||
|
|
|
|||
|
|
@ -140,13 +140,13 @@ static void nmwa_other_network_dialog_key_type_combo_changed (GtkWidget *key_typ
|
|||
switch ((combo_choice = gtk_combo_box_get_active (GTK_COMBO_BOX (key_type_combo))))
|
||||
{
|
||||
case KEY_TYPE_128_BIT_PASSPHRASE:
|
||||
gtk_label_set_label (entry_label, _("Passphrase:"));
|
||||
gtk_label_set_label (entry_label, _("_Passphrase:"));
|
||||
break;
|
||||
case KEY_TYPE_ASCII_KEY:
|
||||
gtk_label_set_label (entry_label, _("ASCII Key:"));
|
||||
gtk_label_set_label (entry_label, _("_ASCII Key:"));
|
||||
break;
|
||||
case KEY_TYPE_HEX_KEY:
|
||||
gtk_label_set_label (entry_label, _("Hex Key:"));
|
||||
gtk_label_set_label (entry_label, _("_Hex Key:"));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -656,7 +656,7 @@ Hex key (WEP)</property>
|
|||
<widget class="GtkCheckButton" id="use_encryption_checkbox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Connect with encryption enabled</property>
|
||||
<property name="label" translatable="yes">Connect with _encryption enabled</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
|
@ -830,8 +830,8 @@ A passphrase or encryption key is required to access the wireless network '%s'.<
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label3">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Key Type:</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="label" translatable="yes">_Key Type:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
<property name="wrap">False</property>
|
||||
|
|
@ -888,8 +888,8 @@ Hex Key (WEP)</property>
|
|||
<child>
|
||||
<widget class="GtkLabel" id="passphrase_entry_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Passphrase:</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="label" translatable="yes">_Passphrase:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
<property name="wrap">False</property>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue