mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
64c0790c29
commit
63573c9080
@ -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>
|
||||
|
@ -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->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->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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user