diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-03-10 21:25:23 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-03-10 21:25:23 +0800 |
commit | 27f6513d78a135206d426a35577425ca1dc82356 (patch) | |
tree | 89165685940a9b98a3ca7c7be7579e32e778e0dc /data/glade/prefs-dialog.glade | |
parent | a3bb576d6845ecedb9cedd9ae77333a556d6830a (diff) | |
download | gsoc2013-epiphany-27f6513d78a135206d426a35577425ca1dc82356.tar gsoc2013-epiphany-27f6513d78a135206d426a35577425ca1dc82356.tar.gz gsoc2013-epiphany-27f6513d78a135206d426a35577425ca1dc82356.tar.bz2 gsoc2013-epiphany-27f6513d78a135206d426a35577425ca1dc82356.tar.lz gsoc2013-epiphany-27f6513d78a135206d426a35577425ca1dc82356.tar.xz gsoc2013-epiphany-27f6513d78a135206d426a35577425ca1dc82356.tar.zst gsoc2013-epiphany-27f6513d78a135206d426a35577425ca1dc82356.zip |
Fix conflicting mnemonics. Partially from galeon.
2003-03-10 Marco Pesenti Gritti <marco@it.gnome.org>
* data/glade/prefs-dialog.glade:
Fix conflicting mnemonics. Partially from galeon.
Diffstat (limited to 'data/glade/prefs-dialog.glade')
-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 81ab6958d..a4f7be549 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -146,7 +146,7 @@ <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Set to _Current Page</property> + <property name="label" translatable="yes">Set to Current _Page</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <signal name="clicked" handler="prefs_homepage_current_button_clicked_cb"/> @@ -1111,7 +1111,7 @@ <widget class="GtkCheckButton" id="use_fonts_checkbutton"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Always us_e these fonts</property> + <property name="label" translatable="yes">Always use t_hese fonts</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="active">False</property> @@ -1986,7 +1986,7 @@ <child> <widget class="GtkLabel" id="label1282"> <property name="visible">True</property> - <property name="label" translatable="yes">_Compare page:</property> + <property name="label" translatable="yes">Compare page:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |