Correct misleading description

Correct misleading description about creating Scheduled Transaction. Using this action on a user-created transaction creates a new Scheduled Transaction, but using this action on a transaction that was created by Schedule just opens its Scheduled Transaction.
pull/1886/head
Kaligula 2 years ago
parent 27c16517e9
commit 7d64d20d30

@ -294,7 +294,7 @@
<item>
<attribute name="label" translatable="yes">Sche_dule…</attribute>
<attribute name="action">GncPluginPageRegisterActions.ScheduleTransactionAction</attribute>
<attribute name="tooltip" translatable="yes">Create a Scheduled Transaction with the current transaction as a template</attribute>
<attribute name="tooltip" translatable="yes">Create a Scheduled Transaction with the current transaction as a template or edit the Scheduled Transaction that current transaction was created by</attribute>
<attribute name="temp" translatable="no">yes</attribute>
</item>
<item>
@ -431,7 +431,7 @@
<item>
<attribute name="label" translatable="yes">Sche_dule…</attribute>
<attribute name="action">GncPluginPageRegisterActions.ScheduleTransactionAction</attribute>
<attribute name="tooltip" translatable="yes">Create a Scheduled Transaction with the current transaction as a template</attribute>
<attribute name="tooltip" translatable="yes">Create a Scheduled Transaction with the current transaction as a template or edit the Scheduled Transaction that current transaction was created by</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Jump to the other account</attribute>
@ -543,7 +543,7 @@
<item>
<attribute name="label" translatable="yes">Sche_dule…</attribute>
<attribute name="action">GncPluginPageRegisterActions.ScheduleTransactionAction</attribute>
<attribute name="tooltip" translatable="yes">Create a Scheduled Transaction with the current transaction as a template</attribute>
<attribute name="tooltip" translatable="yes">Create a Scheduled Transaction with the current transaction as a template or edit the Scheduled Transaction that current transaction was created by</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Jump to the other account</attribute>
@ -846,7 +846,7 @@
<property name="can-focus">False</property>
<property name="label" translatable="yes">Sche_dule…</property>
<property name="action-name">GncPluginPageRegisterActions.ScheduleTransactionAction</property>
<property name="tooltip-text" translatable="yes">Create a Scheduled Transaction with the current transaction as a template</property>
<property name="tooltip-text" translatable="yes">Create a Scheduled Transaction with the current transaction as a template or edit the Scheduled Transaction that current transaction was created by</property>
<property name="use-underline">True</property>
<property name="icon-name">gnc-sx-new</property>
</object>

Loading…
Cancel
Save