mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: Redo the typo fix in gnc-plugin-page-register
This commit is contained in:
@@ -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)
|
||||
},
|
||||
{
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user