diff --git a/gnucash/gnome/dialog-imap-editor.c b/gnucash/gnome/dialog-imap-editor.c
index 581ef2c7667..7a2e50f5c5b 100644
--- a/gnucash/gnome/dialog-imap-editor.c
+++ b/gnucash/gnome/dialog-imap-editor.c
@@ -765,7 +765,7 @@ get_account_info_online (ImapDialog *imap_dialog, GList *accts)
// Add top level entry and pass iter to add_to_store
gtk_tree_store_append (GTK_TREE_STORE(imap_dialog->model), &toplevel, NULL);
- add_to_store (imap_dialog, &toplevel, _("Online HBCI"), &imapInfo);
+ add_to_store (imap_dialog, &toplevel, _("Online FinTS"), &imapInfo);
}
g_free (hbci_account_id);
g_free (hbci_bank_code);
diff --git a/gnucash/gnome/gnucash.appdata.xml.in.in b/gnucash/gnome/gnucash.appdata.xml.in.in
index cd4da359942..3306380fbd7 100644
--- a/gnucash/gnome/gnucash.appdata.xml.in.in
+++ b/gnucash/gnome/gnucash.appdata.xml.in.in
@@ -19,7 +19,8 @@
Keep your small business' accounting up to date
Create accurate reports and graphs from your financial data
Set up scheduled transactions to avoid repeated data entry
- Exchange by CSV/FinTS(former HBCI) or import SWIFT-MT9xx/QIF/OFX data including Transaction Matching
+ Process your bank data via online banking using OFX DirectConnect, FinTS or YelloNet
+ Import data in various formats such as CSV/SWIFT-MT9xx/QIF/OFX data including transaction matching
Perform financial calculations, such as a loan repayment
diff --git a/gnucash/import-export/aqb/dialog-ab-pref.glade b/gnucash/import-export/aqb/dialog-ab-pref.glade
index 735b499912f..71ac77179e6 100644
--- a/gnucash/import-export/aqb/dialog-ab-pref.glade
+++ b/gnucash/import-export/aqb/dialog-ab-pref.glade
@@ -36,8 +36,8 @@
True
False
True
- If active, the window will be closed automatically when you finish the HBCI/AqBanking import process. Otherwise it will stay open.
- If active, the window will be closed automatically when you finish the HBCI/AqBanking import process. Otherwise it will stay open.
+ If active, the window will be closed automatically when you finish the AqBanking import process. Otherwise it will stay open.
+ If active, the window will be closed automatically when you finish the AqBanking import process. Otherwise it will stay open.
start
True
True
@@ -54,8 +54,8 @@
True
False
True
- If active, the PIN for HBCI/AqBanking actions will be remembered in memory during a session. Otherwise it will have to be entered again each time during a session when it is needed.
- If active, the PIN for HBCI/AqBanking actions will be remembered in memory during a session. Otherwise it will have to be entered again each time during a session when it is needed.
+ If active, the PIN for AqBanking actions will be remembered in memory during a session. Otherwise it will have to be entered again each time during a session when it is needed.
+ If active, the PIN for AqBanking actions will be remembered in memory during a session. Otherwise it will have to be entered again each time during a session when it is needed.
start
True
True
@@ -72,8 +72,8 @@
True
False
True
- Enables verbose debug messages for HBCI/AqBanking Online Banking.
- Enables verbose debug messages for HBCI/AqBanking Online Banking.
+ Enables verbose debug messages for AqBanking.
+ Enables verbose debug messages for AqBanking. The messages will be written to the log window.
start
True
True
diff --git a/gnucash/import-export/aqb/gnc-ab-utils.c b/gnucash/import-export/aqb/gnc-ab-utils.c
index 0d7b6e0d8ab..d88c1941648 100644
--- a/gnucash/import-export/aqb/gnc-ab-utils.c
+++ b/gnucash/import-export/aqb/gnc-ab-utils.c
@@ -999,16 +999,17 @@ bal_accountinfo_cb (AB_IMEXPORTER_ACCOUNTINFO *element, gpointer user_data)
/* Translators: Strings from this file are needed only in
countries that have one of aqbanking's Online Banking
techniques available. This is 'OFX DirectConnect'
- (U.S. and others), 'HBCI' (in Germany), or 'YellowNet'
+ (U.S. and others), 'FinTS' (in Germany), or 'YellowNet'
(Switzerland). If none of these techniques are available
in your country, you may safely ignore strings from the
import-export/hbci subdirectory. */
_("The downloaded Online Banking Balance was zero.\n\n"
"Either this is the correct balance, or your bank does not "
- "support Balance download in this Online Banking version. "
+ "support Balance download with the parameters you have "
+ "selected. "
"In the latter case you should choose a different "
- "Online Banking version number in the Online Banking "
- "(AqBanking or HBCI) Setup. After that, try again to "
+ "HBCI version number in the Online Banking "
+ "(AqBanking) Setup. After that, try again to "
"download the Online Banking Balance."));
gtk_dialog_run (GTK_DIALOG(dialog));
gtk_widget_destroy (dialog);
diff --git a/gnucash/import-export/aqb/gnc-plugin-aqbanking.ui b/gnucash/import-export/aqb/gnc-plugin-aqbanking.ui
index d506ef298b5..2c4d18f7686 100644
--- a/gnucash/import-export/aqb/gnc-plugin-aqbanking.ui
+++ b/gnucash/import-export/aqb/gnc-plugin-aqbanking.ui
@@ -62,7 +62,7 @@
-
_Online Banking Setup…
gnc-plugin-aqbanking-actions.ABSetupAction
- Initial setup of Online Banking access (HBCI, or OFX DirectConnect, using AqBanking)
+ Initial setup of Online Banking access (FinTS, OFX DirectConnect or YellowNet) using AqBanking
diff --git a/gnucash/import-export/aqb/gschemas/org.gnucash.GnuCash.dialogs.import.hbci.gschema.xml.in b/gnucash/import-export/aqb/gschemas/org.gnucash.GnuCash.dialogs.import.hbci.gschema.xml.in
index 853c4e480bb..fdc023d5efc 100644
--- a/gnucash/import-export/aqb/gschemas/org.gnucash.GnuCash.dialogs.import.hbci.gschema.xml.in
+++ b/gnucash/import-export/aqb/gschemas/org.gnucash.GnuCash.dialogs.import.hbci.gschema.xml.in
@@ -13,12 +13,12 @@
true
Close window when finished
- If active, the window will be closed automatically when you finish the HBCI/AqBanking import process. Otherwise it will stay open.
+ If active, the window will be closed automatically when you finish the AqBanking import process. Otherwise it will stay open.
false
Remember the PIN in memory
- If active, the PIN for HBCI/AqBanking actions will be remembered in memory during a session. Otherwise it will have to be entered again each time during a session when it is needed.
+ If active, the PIN for AqBanking actions will be remembered in memory during a session. Otherwise it will have to be entered again each time during a session when it is needed.
true
@@ -27,8 +27,8 @@
false
- Verbose HBCI debug messages
- Enables verbose debug messages for HBCI/AqBanking Online Banking.
+ Verbose debug messages
+ Enables verbose debug messages for AqBanking.
'default'