gnucash master: I18N: Fix typo Exsiting -> Existing
Frank H.Ellenberger
fell at code.gnucash.org
Tue Jun 2 11:50:41 EDT 2020
Updated via https://github.com/Gnucash/gnucash/commit/1467f332 (commit)
from https://github.com/Gnucash/gnucash/commit/54859eaf (commit)
commit 1467f332757bc971cc70f2e1dc30fa6b8138022e
Author: Yuri Chornoivan <yurchor at ukr.net>
Date: Tue Jun 2 13:00:37 2020 +0300
I18N: Fix typo Exsiting -> Existing
diff --git a/gnucash/gnome-utils/dialog-assoc-utils.c b/gnucash/gnome-utils/dialog-assoc-utils.c
index d8f5a6716..aa7dbe664 100644
--- a/gnucash/gnome-utils/dialog-assoc-utils.c
+++ b/gnucash/gnome-utils/dialog-assoc-utils.c
@@ -423,7 +423,7 @@ gnc_assoc_pref_path_head_changed (GtkWindow *parent, const gchar *old_path_head_
use_new_path_head = GTK_WIDGET(gtk_builder_get_object (builder, "use_new_path_head"));
// display path head text and test if present
- gnc_assoc_set_path_head_label (old_head_label, old_path_head_uri, _("Exsiting"));
+ gnc_assoc_set_path_head_label (old_head_label, old_path_head_uri, _("Existing"));
gnc_assoc_set_path_head_label (new_head_label, new_path_head_uri, _("New"));
gtk_widget_show (dialog);
Summary of changes:
gnucash/gnome-utils/dialog-assoc-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list