Change "Monospace" to "Fixed width". Bug #160454.

2006-01-26  Christian Persch  <chpe@cvs.gnome.org>

        * capplets/font/font-properties.glade:
	Change "Monospace" to "Fixed width". Bug #160454.
This commit is contained in:
Christian Persch 2006-01-26 22:17:02 +00:00 committed by Christian Persch
parent a50c3cb789
commit cbc6eb679e
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-01-26 Christian Persch <chpe@cvs.gnome.org>
* capplets/font/font-properties.glade:
Change "Monospace" to "Fixed width". Bug #160454.
2006-01-26 Christian Persch <chpe@cvs.gnome.org> 2006-01-26 Christian Persch <chpe@cvs.gnome.org>
* capplets/font/font-properties.glade: * capplets/font/font-properties.glade:

View file

@ -133,7 +133,7 @@
<child> <child>
<widget class="GtkLabel" id="label13"> <widget class="GtkLabel" id="label13">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">_Monospace font:</property> <property name="label" translatable="yes">_Fixed width font:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="use_markup">False</property> <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property> <property name="justify">GTK_JUSTIFY_RIGHT</property>
@ -395,7 +395,7 @@
<widget class="GtkRadioButton" id="monochrome_radio"> <widget class="GtkRadioButton" id="monochrome_radio">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="label" translatable="yes">M_onochrome</property> <property name="label" translatable="yes">_Monochrome</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property> <property name="focus_on_click">True</property>