aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--data/glade/prefs-dialog.glade6
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 418373033..2443b5d87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2003-06-13 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_init), (ephy_tab_net_state_cb):
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>