mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: don't mark "<<", ">>" translatable
They get properly reverted for RTL writing
This commit is contained in:
parent
e4fbd5c677
commit
4be6c63539
@ -391,7 +391,7 @@
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="add_split_to_lot_button">
|
<object class="GtkButton" id="add_split_to_lot_button">
|
||||||
<property name="label" translatable="yes">>></property>
|
<property name="label" comments="Auto-reversed for RTL writing">>></property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
@ -405,7 +405,7 @@
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="remove_split_from_lot_button">
|
<object class="GtkButton" id="remove_split_from_lot_button">
|
||||||
<property name="label" translatable="yes"><<</property>
|
<property name="label" comments="Auto-reversed for RTL writing"><<</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user