mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user