diff options
author | Piers Cornwell <piersc@cogs.susx.ac.uk> | 2003-06-14 01:32:30 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-14 01:32:30 +0800 |
commit | ab152b500ba9248f625db68601dc293bfd1fa3cb (patch) | |
tree | 948b385a11b9c554de40e1d4eb0c1f03bc1a7771 /data | |
parent | bdd17f8ee9771a8d2db7df47690a041e690cea16 (diff) | |
download | gsoc2013-epiphany-ab152b500ba9248f625db68601dc293bfd1fa3cb.tar.gz gsoc2013-epiphany-ab152b500ba9248f625db68601dc293bfd1fa3cb.tar.zst gsoc2013-epiphany-ab152b500ba9248f625db68601dc293bfd1fa3cb.zip |
Lower the increments for the cache size spin button and further accesskey
2003-06-13 Piers Cornwell <piersc@cogs.susx.ac.uk>
* data/glade/prefs-dialog.glade:
Lower the increments for the cache size spin button and
further accesskey fixing.
Diffstat (limited to 'data')
-rw-r--r-- | data/glade/prefs-dialog.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade index 126c6bc89..f92f54b5d 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -1669,7 +1669,7 @@ <property name="update_policy">GTK_UPDATE_ALWAYS</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property> - <property name="adjustment">0 0 1e+06 1000 10 10</property> + <property name="adjustment">0 0 1e+06 1 10 10</property> </widget> <packing> <property name="padding">0</property> @@ -1716,7 +1716,7 @@ <widget class="GtkButton" id="clear_cache_button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Clear Cache</property> + <property name="label" translatable="yes">Cl_ear Cache</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <signal name="clicked" handler="prefs_clear_cache_button_clicked_cb" last_modification_time="Sat, 07 Jun 2003 11:07:21 GMT"/> @@ -1856,7 +1856,7 @@ <child> <widget class="GtkLabel" id="label1206"> <property name="visible">True</property> - <property name="label" translatable="yes">Default _encoding:</property> + <property name="label" translatable="yes">_Default encoding:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |