aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorPiers Cornwell <piersc@cogs.susx.ac.uk>2003-06-14 01:32:30 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-14 01:32:30 +0800
commitab152b500ba9248f625db68601dc293bfd1fa3cb (patch)
tree948b385a11b9c554de40e1d4eb0c1f03bc1a7771 /data
parentbdd17f8ee9771a8d2db7df47690a041e690cea16 (diff)
downloadgsoc2013-epiphany-ab152b500ba9248f625db68601dc293bfd1fa3cb.tar
gsoc2013-epiphany-ab152b500ba9248f625db68601dc293bfd1fa3cb.tar.gz
gsoc2013-epiphany-ab152b500ba9248f625db68601dc293bfd1fa3cb.tar.bz2
gsoc2013-epiphany-ab152b500ba9248f625db68601dc293bfd1fa3cb.tar.lz
gsoc2013-epiphany-ab152b500ba9248f625db68601dc293bfd1fa3cb.tar.xz
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.glade6
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>