diff options
author | Piers Cornwell <piersc@cogs.susx.ac.uk> | 2003-06-01 01:51:49 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-01 01:51:49 +0800 |
commit | c21fc8ae8784bab72563458084d6b75493897765 (patch) | |
tree | 8a453f81ea262e345d7ca420dce16392fcff1c6e /data/glade/print.glade | |
parent | 1188fdc89e49de63f24235dfdfb534dc6197b02b (diff) | |
download | gsoc2013-epiphany-c21fc8ae8784bab72563458084d6b75493897765.tar gsoc2013-epiphany-c21fc8ae8784bab72563458084d6b75493897765.tar.gz gsoc2013-epiphany-c21fc8ae8784bab72563458084d6b75493897765.tar.bz2 gsoc2013-epiphany-c21fc8ae8784bab72563458084d6b75493897765.tar.lz gsoc2013-epiphany-c21fc8ae8784bab72563458084d6b75493897765.tar.xz gsoc2013-epiphany-c21fc8ae8784bab72563458084d6b75493897765.tar.zst gsoc2013-epiphany-c21fc8ae8784bab72563458084d6b75493897765.zip |
Fix accesskey conflicts in prefs for "Always use these fonts", "Default
2003-05-31 Piers Cornwell <piersc@cogs.susx.ac.uk>
* data/glade/prefs-dialog.glade:
Fix accesskey conflicts in prefs for "Always use these fonts",
"Default encoding", "Language" and "More" and add accesskey for
"Language" in Languages Editor.
* data/glade/print.glade:
Fix accesskey conflicts in print dialog for "from" and "portrait.
s/Printer/Print To. s/Paper Details/Paper. Better page range limits.
Diffstat (limited to 'data/glade/print.glade')
-rw-r--r-- | data/glade/print.glade | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/glade/print.glade b/data/glade/print.glade index 848fb8314..ff2f24a7f 100644 --- a/data/glade/print.glade +++ b/data/glade/print.glade @@ -100,7 +100,7 @@ <child> <widget class="GtkLabel" id="label251"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Printer</b></property> + <property name="label" translatable="yes"><b>Print To</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -385,7 +385,7 @@ <child> <widget class="GtkLabel" id="label241"> <property name="visible">True</property> - <property name="label" translatable="yes">_from:</property> + <property name="label" translatable="yes">fr_om:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> @@ -414,7 +414,7 @@ <property name="update_policy">GTK_UPDATE_ALWAYS</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property> - <property name="adjustment">1 0 100 1 10 10</property> + <property name="adjustment">1 1 9999 1 10 10</property> </widget> <packing> <property name="padding">0</property> @@ -455,7 +455,7 @@ <property name="update_policy">GTK_UPDATE_ALWAYS</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property> - <property name="adjustment">1 0 100 1 10 10</property> + <property name="adjustment">1 1 9999 1 10 10</property> </widget> <packing> <property name="padding">0</property> @@ -785,7 +785,7 @@ <widget class="GtkRadioButton" id="orient_p_radiobutton"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Portrait</property> + <property name="label" translatable="yes">P_ortrait</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="active">False</property> @@ -848,7 +848,7 @@ <child> <widget class="GtkLabel" id="label250"> <property name="visible">True</property> - <property name="label" translatable="yes">Paper Details</property> + <property name="label" translatable="yes">Paper</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |