Skip to content

Commit

Permalink
Bug 798781 - Printing multiple checks prints duplicate checks
Browse files Browse the repository at this point in the history
Changed the menu label to 'Print Checks…' which should be the default
in the source file and corrected the wrong action for the 'Find' menu
item.
  • Loading branch information
Bob-IT committed Mar 13, 2023
1 parent f2ba3ee commit 427c1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnucash/ui/gnc-plugin-page-register.ui
Expand Up @@ -3,7 +3,7 @@

<menu id="FilePlaceholder3">
<item>
<attribute name="label" translatable="yes">_Print Cheques</attribute>
<attribute name="label" translatable="yes">_Print Checks…</attribute>
<attribute name="action">GncPluginPageRegisterActions.FilePrintAction</attribute>
<attribute name="accel">&lt;Primary&gt;p</attribute>
<attribute name="temp" translatable="no">yes</attribute>
Expand Down Expand Up @@ -47,7 +47,7 @@
<menu id="EditPlaceholder3">
<item>
<attribute name="label" translatable="yes">_Find…</attribute>
<attribute name="action">gnc-plugin-basic-commands-actions.EditFindTransactionsAction</attribute>
<attribute name="action">GncPluginPageRegisterActions.EditFindTransactionsAction</attribute>
<attribute name="accel">&lt;Primary&gt;f</attribute>
<attribute name="tooltip" translatable="yes">Find transactions with a search</attribute>
<attribute name="temp" translatable="no">yes</attribute>
Expand Down

0 comments on commit 427c1b9

Please sign in to comment.