[Gnucash-changes] Fix wrong user message

Christian Stimming cstim at cvs.gnucash.org
Sat Jan 29 07:49:45 EST 2005


Log Message:
-----------
Fix wrong user message

Tags:
----
gnucash-1-8-branch

Modified Files:
--------------
    gnucash/src/import-export/hbci:
        druid-hbci-initial.c

Revision Data
-------------
Index: druid-hbci-initial.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/import-export/hbci/druid-hbci-initial.c,v
retrieving revision 1.26.2.16
retrieving revision 1.26.2.17
diff -Lsrc/import-export/hbci/druid-hbci-initial.c -Lsrc/import-export/hbci/druid-hbci-initial.c -u -r1.26.2.16 -r1.26.2.17
--- src/import-export/hbci/druid-hbci-initial.c
+++ src/import-export/hbci/druid-hbci-initial.c
@@ -544,7 +544,7 @@
     gnc_error_dialog_parented
       (GTK_WINDOW(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);
   }


More information about the gnucash-changes mailing list