Remove translatable="yes" for a wrong case.

2002-04-29  Kjartan Maraas  <kmaraas@gnome.org>

	* ui-properties.glade: Remove translatable="yes" for a wrong case.
This commit is contained in:
Kjartan Maraas 2002-04-29 12:19:45 +00:00 committed by Kjartan Maraas
parent 3f3cdc5038
commit b1e355861d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-04-29 Kjartan Maraas <kmaraas@gnome.org>
* ui-properties.glade: Remove translatable="yes" for a wrong case.
2002-04-25 Seth Nickell <snickell@stanford.edu> 2002-04-25 Seth Nickell <snickell@stanford.edu>
* behavior.desktop.in: * behavior.desktop.in:

View file

@ -3,7 +3,7 @@
<glade-interface> <glade-interface>
<widget class="GtkWindow" id="window4"> <widget class="GtkWindow" id="window4">
<property name="title" translatable="yes">window4</property> <property name="title">window4</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="modal">no</property> <property name="modal">no</property>
<property name="allow_shrink">no</property> <property name="allow_shrink">no</property>