Fix wrong user message

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10429 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2005-01-29 12:49:25 +00:00
parent d66d5bc7d2
commit b3a4b21639
+1 -1
View File
@@ -544,7 +544,7 @@ on_aqhbci_button (GtkButton *button,
gnc_error_dialog
(info->window, "%s",
_("The external program \"AqHBCI Setup Wizard\" has not been found. \n\n"
"Did you install the package \"aqhbci-qt-wizard\" of AqHBCI? \n"
"Did you install the package \"aqhbci-qt-tools\" of AqHBCI? \n"
"If not, please install it now."));
druid_disable_next_button(info);
}