remove spaces before colons and fix the title.

2002-09-25  Jody Goldberg <jody@gnome.org>

	* gnome-accessibility-keyboard-properties.glade : remove spaces before
	  colons and fix the title.
This commit is contained in:
Jody Goldberg 2002-09-25 23:01:45 +00:00 committed by Jody Goldberg
parent fe9580785a
commit 65cd6f3d57
2 changed files with 11 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2002-09-25 Jody Goldberg <jody@gnome.org>
* gnome-accessibility-keyboard-properties.glade : remove spaces before
colons and fix the title.
2002-09-24 Jody Goldberg <jody@gnome.org> 2002-09-24 Jody Goldberg <jody@gnome.org>
* accessibility-keyboard.c (load_CDE_file) : blah the * accessibility-keyboard.c (load_CDE_file) : blah the

View file

@ -5,7 +5,7 @@
<widget class="GtkDialog" id="accessX_dialog"> <widget class="GtkDialog" id="accessX_dialog">
<property name="visible">True</property> <property name="visible">True</property>
<property name="title" translatable="yes">Keyboard Accessibility Configuration (AccessX)</property> <property name="title" translatable="yes">Keyboard Accessibility Preferences (AccessX)</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_MOUSE</property> <property name="window_position">GTK_WIN_POS_MOUSE</property>
<property name="modal">False</property> <property name="modal">False</property>