From 7ab97e46bfdd1ee7c450c5984ad9b5860f47aae8 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 28 Sep 2020 14:38:39 +0300 Subject: [PATCH] Fix typo: the the -> the --- gnucash/gnome/gnc-plugin-page-register.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/gnome/gnc-plugin-page-register.c b/gnucash/gnome/gnc-plugin-page-register.c index a516fa7b73..3a50ab9351 100644 --- a/gnucash/gnome/gnc-plugin-page-register.c +++ b/gnucash/gnome/gnc-plugin-page-register.c @@ -484,7 +484,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] = }, { "GotoDateAction", "x-office-calendar", N_ ("_Go to Date"), "G", - N_ ("Move to the the split at specified date"), + N_ ("Move to the split at specified date"), G_CALLBACK (gnc_plugin_page_register_cmd_goto_date) }, {