gnucash maint: Fix typo: the the -> the
Christopher Lam
clam at code.gnucash.org
Mon Sep 28 07:47:06 EDT 2020
Updated via https://github.com/Gnucash/gnucash/commit/7ab97e46 (commit)
from https://github.com/Gnucash/gnucash/commit/c92a2c37 (commit)
commit 7ab97e46bfdd1ee7c450c5984ad9b5860f47aae8
Author: Yuri Chornoivan <yurchor at ukr.net>
Date: Mon Sep 28 14:38:39 2020 +0300
Fix typo: the the -> the
diff --git a/gnucash/gnome/gnc-plugin-page-register.c b/gnucash/gnome/gnc-plugin-page-register.c
index a516fa7b7..3a50ab935 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"), "<primary>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)
},
{
Summary of changes:
gnucash/gnome/gnc-plugin-page-register.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list