Eliminate translation ambiguity

Eliminate translation ambiguity of "For"
This commit is contained in:
J0kWang 2023-03-14 17:09:40 +08:00 committed by John Ralls
parent 1020bde89c
commit 898f9a6e59
2 changed files with 2 additions and 2 deletions

View File

@ -1893,7 +1893,7 @@ many months before the current month</property>
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="pref/general/retain-type-days"> <object class="GtkRadioButton" id="pref/general/retain-type-days">
<property name="label" translatable="yes">For</property> <property name="label" translatable="yes" context="keep">For</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">False</property> <property name="receives-default">False</property>

View File

@ -1256,7 +1256,7 @@
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="rb_num_occur"> <object class="GtkRadioButton" id="rb_num_occur">
<property name="label" translatable="yes">For</property> <property name="label" translatable="yes" context="repeat">For</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">False</property> <property name="receives-default">False</property>