gnucash maint: Bug 797549 - Reconcile window shows S_tatement Date rather than...
John Ralls
jralls at code.gnucash.org
Thu Jan 2 19:35:36 EST 2020
Updated via https://github.com/Gnucash/gnucash/commit/b31f5528 (commit)
from https://github.com/Gnucash/gnucash/commit/68a24dc7 (commit)
commit b31f552822415adf044ec97a508f589e2f9370ae
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Jan 2 16:24:13 2020 -0800
Bug 797549 - Reconcile window shows S_tatement Date rather than...
Statement Date.
Obsolete insertion of _ for Gtk mnemonic when used in gnc-split-reg.c
line 609. That's now handled by the GtkBuilder file.
diff --git a/po/en_GB.po b/po/en_GB.po
index 10cc5a7b1..92030a31b 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5870,20 +5870,18 @@ msgstr ""
"instead of a set of accounts."
#: gnucash/gnome/gnc-split-reg.c:600
-#, fuzzy
msgid "Standard Order"
-msgstr "_Standard Order"
+msgstr "Standard Order"
#: gnucash/gnome/gnc-split-reg.c:606
-#, fuzzy
msgid "Date of Entry"
-msgstr "Date of _Entry"
+msgstr "Date of Entry"
#. statement date title/value
#: gnucash/gnome/gnc-split-reg.c:609 gnucash/gnome/window-reconcile2.c:1829
#: gnucash/gnome/window-reconcile.c:1889
msgid "Statement Date"
-msgstr "S_tatement Date"
+msgstr "Statement Date"
#: gnucash/gnome/gnc-split-reg.c:632
#: gnucash/report/business-reports/customer-summary.scm:153
Summary of changes:
po/en_GB.po | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list