[Gnucash-changes] r12965 - gnucash/trunk/src/gnome - Expand on the error message

Neil Williams codehelp at cvs.gnucash.org
Mon Jan 23 14:33:43 EST 2006


Author: codehelp
Date: 2006-01-23 14:33:43 -0500 (Mon, 23 Jan 2006)
New Revision: 12965
Trac: http://svn.gnucash.org/trac/changeset/12965

Modified:
   gnucash/trunk/src/gnome/druid-hierarchy.c
Log:
Expand on the error message

Modified: gnucash/trunk/src/gnome/druid-hierarchy.c
===================================================================
--- gnucash/trunk/src/gnome/druid-hierarchy.c	2006-01-23 19:29:57 UTC (rev 12964)
+++ gnucash/trunk/src/gnome/druid-hierarchy.c	2006-01-23 19:33:43 UTC (rev 12965)
@@ -805,7 +805,9 @@
   has_errors = (g_list_length(errors) > 0);
   if (has_errors)
   {
-    gnc_info_dialog(data->dialog, "%d accounts in error, please resolve.", g_list_length(errors));
+    gnc_info_dialog(data->dialog, 
+        "%d accounts have placeholdders that conflict "
+        "with existing accounts, please resolve.", g_list_length(errors));
   }
 
   {
@@ -971,5 +973,3 @@
   gnc_hook_add_dangler(HOOK_NEW_BOOK,
 		       (GFunc)gnc_ui_hierarchy_druid_hook, NULL);
 }
-
-



More information about the gnucash-changes mailing list