Mark a couple of strings as not needing translation.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12061 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2005-11-28 20:39:04 +00:00
parent 5a8724ed20
commit 0efc828699
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2005-11-28 David Hampton <hampton@hampton-lnx.cisco.com>
* src/gnome-utils/gnc-gui-query.glade: Mark a couple of strings as
not needing translation.
2005-11-27 David Hampton <hampton@employees.org>
*src/gnome-utils/druid-gconf-setup.glade: Make the capitalization

View File

@@ -85,7 +85,7 @@
<widget class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">&lt;b&gt;Primary text&lt;/b&gt;
<property name="label">&lt;b&gt;Primary text&lt;/b&gt;
Secondary text. Multiple
lines are acceptable</property>
@@ -265,7 +265,7 @@ lines are acceptable</property>
<widget class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">&lt;b&gt;Primary text&lt;/b&gt;
<property name="label">&lt;b&gt;Primary text&lt;/b&gt;
Secondary text. Multiple
lines are acceptable</property>
@@ -445,7 +445,7 @@ lines are acceptable</property>
<widget class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">&lt;b&gt;Primary text&lt;/b&gt;
<property name="label">&lt;b&gt;Primary text&lt;/b&gt;
Secondary text. Multiple
lines are acceptable</property>