gnucash maint: rename "Date Reconciled" to "Reconciled Date"

Christopher Lam clam at code.gnucash.org
Tue Dec 14 03:08:25 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/a3d385ff (commit)
	from  https://github.com/Gnucash/gnucash/commit/7ba97e35 (commit)



commit a3d385ff941ccca76d10cad68145bf3ffa9eb614
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Dec 14 16:07:19 2021 +0800

    rename "Date Reconciled" to "Reconciled Date"
    
    This unique string is currently being used in Register2 only, and it's
    currently not worth while adding to translator workload.

diff --git a/gnucash/gnome-utils/gnc-tree-view-split-reg.c b/gnucash/gnome-utils/gnc-tree-view-split-reg.c
index 35c9ea256..06db67b12 100644
--- a/gnucash/gnome-utils/gnc-tree-view-split-reg.c
+++ b/gnucash/gnome-utils/gnc-tree-view-split-reg.c
@@ -2724,7 +2724,7 @@ gtv_sr_titles (GncTreeViewSplitReg *view, RowDepth depth)
                 else if (depth == TRANS2)
                     gtk_tree_view_column_set_title (tvc, _("Date Entered"));
                 else if (depth == SPLIT3)
-                    gtk_tree_view_column_set_title (tvc, _("Date Reconciled"));
+                    gtk_tree_view_column_set_title (tvc, _("Reconciled Date"));
                 else
                     gtk_tree_view_column_set_title (tvc, _("Date Posted / Entered / Reconciled"));
                 break;



Summary of changes:
 gnucash/gnome-utils/gnc-tree-view-split-reg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list