diff options
author | Piers Cornwell <piers@myrealbox.com> | 2003-11-27 19:05:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-27 19:05:42 +0800 |
commit | 9bba3e204ba22f682e2ab211f9fccf760ae58a93 (patch) | |
tree | bd775b3e6d200a2a6c0c13f8942339261d087f30 /data/glade/prefs-dialog.glade | |
parent | d981c20450526d563a2e3c9f492dc88a2bcfaa63 (diff) | |
download | gsoc2013-epiphany-9bba3e204ba22f682e2ab211f9fccf760ae58a93.tar gsoc2013-epiphany-9bba3e204ba22f682e2ab211f9fccf760ae58a93.tar.gz gsoc2013-epiphany-9bba3e204ba22f682e2ab211f9fccf760ae58a93.tar.bz2 gsoc2013-epiphany-9bba3e204ba22f682e2ab211f9fccf760ae58a93.tar.lz gsoc2013-epiphany-9bba3e204ba22f682e2ab211f9fccf760ae58a93.tar.xz gsoc2013-epiphany-9bba3e204ba22f682e2ab211f9fccf760ae58a93.tar.zst gsoc2013-epiphany-9bba3e204ba22f682e2ab211f9fccf760ae58a93.zip |
Fix some mnemonics, and make some mnemonics work by assigning a
2003-11-27 Piers Cornwell <piers@myrealbox.com>
* data/glade/prefs-dialog.glade:
Fix some mnemonics, and make some mnemonics work by
assigning a mnemonic_widget.
Diffstat (limited to 'data/glade/prefs-dialog.glade')
-rw-r--r-- | data/glade/prefs-dialog.glade | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade index dbfcd5701..6953594ea 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -323,8 +323,8 @@ <child> <widget class="GtkLabel" id="label1302"> <property name="visible">True</property> - <property name="label" translatable="yes">Download folder:</property> - <property name="use_underline">False</property> + <property name="label" translatable="yes">_Download folder:</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> @@ -333,6 +333,7 @@ <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <property name="mnemonic_widget">download_path_button</property> </widget> <packing> <property name="padding">0</property> @@ -734,7 +735,7 @@ <child> <widget class="GtkLabel" id="label1217"> <property name="visible">True</property> - <property name="label" translatable="yes">Min_imum size:</property> + <property name="label" translatable="yes">_Minimum size:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -1061,7 +1062,7 @@ <widget class="GtkCheckButton" id="popups_allow_checkbutton"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Allow _popup windows</property> + <property name="label" translatable="yes">Allow popup _windows</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="active">False</property> @@ -1354,6 +1355,7 @@ <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <property name="mnemonic_widget">disk_cache_spin</property> </widget> <packing> <property name="padding">0</property> @@ -1623,7 +1625,7 @@ <child> <widget class="GtkLabel" id="auto_encoding_label"> <property name="visible">True</property> - <property name="label" translatable="yes">Autodetec_t:</property> + <property name="label" translatable="yes">_Autodetect:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |