Rewording in GTK document dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13261 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Spray 2006-02-20 18:07:25 +00:00
parent 786759e106
commit b59621bc59
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-20 John Spray <spray@lyx.org>
* glade/documents.glade: change "page style" to "page numbering"
in UI.
2006-02-20 Bartek Kostrzewa <bartek@runbox.com>
* LyXGdkImage.C: support grayscale and monochrome

View File

@ -16,6 +16,7 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@ -1311,7 +1312,7 @@
<child>
<widget class="GtkLabel" id="label23">
<property name="visible">True</property>
<property name="label" translatable="yes">Page st_yle:</property>
<property name="label" translatable="yes">Page _numbering:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>