Skip to content

Commit

Permalink
Merge branch 'typo' into maint
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen committed Oct 13, 2020
2 parents 2f31e65 + 752d887 commit 50e9c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnucash/gnome/gnc-plugin-page-register.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
},
{
"GotoDateAction", "x-office-calendar", N_ ("_Go to Date"), "<primary>G",
N_ ("Move to the split at specified date"),
N_ ("Move to the split at the specified date"),
G_CALLBACK (gnc_plugin_page_register_cmd_goto_date)
},
{
Expand Down Expand Up @@ -1955,7 +1955,7 @@ gnc_plugin_page_register_finish_pending (GncPluginPage* page)

if (!finish_scrub (page))
return FALSE;

reg_page = GNC_PLUGIN_PAGE_REGISTER (page);
priv = GNC_PLUGIN_PAGE_REGISTER_GET_PRIVATE (reg_page);
reg = gnc_ledger_display_get_split_register (priv->ledger);
Expand Down

0 comments on commit 50e9c1e

Please sign in to comment.