r16010 - gnucash/trunk/src/core-utils - Fix typo in user message

Christian Stimming cstim at cvs.gnucash.org
Sat Apr 28 07:11:16 EDT 2007


Author: cstim
Date: 2007-04-28 07:11:15 -0400 (Sat, 28 Apr 2007)
New Revision: 16010
Trac: http://svn.gnucash.org/trac/changeset/16010

Modified:
   gnucash/trunk/src/core-utils/gnc-gkeyfile-utils.c
Log:
Fix typo in user message

Modified: gnucash/trunk/src/core-utils/gnc-gkeyfile-utils.c
===================================================================
--- gnucash/trunk/src/core-utils/gnc-gkeyfile-utils.c	2007-04-28 11:10:53 UTC (rev 16009)
+++ gnucash/trunk/src/core-utils/gnc-gkeyfile-utils.c	2007-04-28 11:11:15 UTC (rev 16010)
@@ -152,7 +152,7 @@
           g_set_error (error, G_KEY_FILE_ERROR,
                        G_KEY_FILE_ERROR_INVALID_VALUE,
                        _("Key file contains key '%s' in group '%s' "
-                         "which has value that cannot be interpreted."), key,
+                         "which has a value that cannot be interpreted."), key,
                        group_name);
           g_error_free (key_file_error);
         }



More information about the gnucash-changes mailing list