From 4c8b07c0fa76b6179fc6e606e5393e056f03426b Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 2 Aug 2018 15:40:00 +0300 Subject: [PATCH] More minor fixes Signed-off-by: Yuri Chornoivan --- gnucash/gschemas/org.gnucash.gschema.xml.in | 2 +- gnucash/gtkbuilder/dialog-preferences.glade | 2 +- gnucash/import-export/aqb/gnc-file-aqb-import.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnucash/gschemas/org.gnucash.gschema.xml.in b/gnucash/gschemas/org.gnucash.gschema.xml.in index 8d924c075c..53edc3c329 100644 --- a/gnucash/gschemas/org.gnucash.gschema.xml.in +++ b/gnucash/gschemas/org.gnucash.gschema.xml.in @@ -18,7 +18,7 @@ 'colon' Character to use as separator between account names - This setting determines the character that will be used between components of an account name. Possible values are any single non-alphanumeric unicode character, or any of the following strings: "colon" "slash", "backslash", "dash" and "period". + This setting determines the character that will be used between components of an account name. Possible values are any single non-alphanumeric unicode character, or any of the following strings: "colon", "slash", "backslash", "dash" and "period". '' diff --git a/gnucash/gtkbuilder/dialog-preferences.glade b/gnucash/gtkbuilder/dialog-preferences.glade index 58dfc66cbd..f3cc770f66 100644 --- a/gnucash/gtkbuilder/dialog-preferences.glade +++ b/gnucash/gtkbuilder/dialog-preferences.glade @@ -825,7 +825,7 @@ True GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK True - The character that will be used between components of an account name. A legal value is any single character except letters and numbers, or any of the following strings: "colon" "slash", "backslash", "dash" and "period". + The character that will be used between components of an account name. A legal value is any single character except letters and numbers, or any of the following strings: "colon", "slash", "backslash", "dash" and "period". The character that will be used between components of an account name. A legal value is any single character except letters and numbers, or any of the following strings: "colon" "slash", "backslash", "dash" and "period". False diff --git a/gnucash/import-export/aqb/gnc-file-aqb-import.c b/gnucash/import-export/aqb/gnc-file-aqb-import.c index 16cc8d3d2d..b8af4b799e 100644 --- a/gnucash/import-export/aqb/gnc-file-aqb-import.c +++ b/gnucash/import-export/aqb/gnc-file-aqb-import.c @@ -331,7 +331,7 @@ gnc_file_aqbanking_import(GtkWindow *parent, if (num_jobs == 0) { gnc_info_dialog(parent, - _("No jobs to be send.") + _("No jobs to be sent.") ); } else