mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 04:04:07 -06:00
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:
parent
55483496a4
commit
7d8230ad77
@ -39,7 +39,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_default">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="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
@ -860,7 +860,7 @@ click "OK".</property>
|
||||
<child>
|
||||
<widget class="GtkLabel" id="msg_label">
|
||||
<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_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
||||
|
@ -38,7 +38,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_default">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="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user