Translatable string fixes by Yasuaki Taniguchi

One is on the price editor. Namespace: is not marked translatable.

Another is about a tip for account editor window. The label
"Edit->Income tax Options" was
changed to "Edit->Tax Report Options" but an old msgid remains on tip.

The last is on the Tax Table. The label "_Edit" is not marked
translatable but it should be.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19474 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-08-26 11:17:52 +00:00
parent 64c0790c29
commit 63573c9080
3 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@
<property name="layout_style">spread</property>
<child>
<widget class="GtkButton" id="edit_entry_button">
<property name="label">_Edit</property>
<property name="label" translatable="yes">_Edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>

View File

@ -228,7 +228,7 @@
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="tooltip" translatable="yes">Use Edit-&gt;Income Tax Options to set the tax-related flag and assign a tax code to this account.</property>
<property name="tooltip" translatable="yes">Use Edit-&gt;Tax Report Options to set the tax-related flag and assign a tax code to this account.</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
</widget>

View File

@ -319,7 +319,7 @@
<widget class="GtkLabel" id="namespace_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">_Namespace:</property>
<property name="label" translatable="yes">_Namespace:</property>
<property name="use_underline">True</property>
<property name="justify">center</property>
<property name="mnemonic_widget">namespace_cbe</property>