diff options
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> |