Fix typo: the the -> the

This commit is contained in:
Yuri Chornoivan 2020-09-28 14:38:39 +03:00 committed by GitHub
parent c92a2c37f2
commit 7ab97e46bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
},
{