Eliminate requests to translate several phrases that are never displayed.

BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17164 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Charles Day 2008-05-20 16:06:48 +00:00
parent 55483496a4
commit 7d8230ad77
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_default">True</property> <property name="can_default">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="label" translatable="yes">gnc-new-account</property> <property name="label" translatable="no">gnc-new-account</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>
@ -860,7 +860,7 @@ click &quot;OK&quot;.</property>
<child> <child>
<widget class="GtkLabel" id="msg_label"> <widget class="GtkLabel" id="msg_label">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">do not translate</property> <property name="label" translatable="no">do not translate</property>
<property name="use_underline">False</property> <property name="use_underline">False</property>
<property name="use_markup">False</property> <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property> <property name="justify">GTK_JUSTIFY_CENTER</property>

View File

@ -38,7 +38,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_default">True</property> <property name="can_default">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="label" translatable="yes">gnc-new-account</property> <property name="label" translatable="no">gnc-new-account</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>