[Gnucash-changes] r12176 - gnucash/trunk/src/gnome-utils - String i18n cleanup.

Christian Stimming cstim at cvs.gnucash.org
Fri Dec 23 15:50:17 EST 2005


Author: cstim
Date: 2005-12-23 15:50:16 -0500 (Fri, 23 Dec 2005)
New Revision: 12176
Trac: http://svn.gnucash.org/trac/changeset/12176

Modified:
   gnucash/trunk/src/gnome-utils/gnc-file.c
Log:
String i18n cleanup.

Modified: gnucash/trunk/src/gnome-utils/gnc-file.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-file.c	2005-12-23 18:54:11 UTC (rev 12175)
+++ gnucash/trunk/src/gnome-utils/gnc-file.c	2005-12-23 20:50:16 UTC (rev 12176)
@@ -289,22 +289,22 @@
 		break; 
 	}
 	case ERR_QSF_BAD_QOF_VERSION: {
-		fmt = _("The QSF Map file\n%s\nwas written for a different version of QOF\n"
+		fmt = _("The QSF Map file\n%s\nwas written for a different version of QOF.\n"
 			"It may need to be modified to work with your current QOF installation.");
 		gnc_error_dialog(parent, fmt, newfile);
 		break; 
 	}
 	case ERR_QSF_BAD_MAP: {
-		fmt = _("The selected QSF map\n%s\ncontains unusable data."
-			"  This is usually because not all the required parameters for "
-			" the defined objects have calculations described in the map.");
+		fmt = _("The selected QSF map\n%s\ncontains unusable data. "
+			"This is usually because not all the required parameters for "
+			"the defined objects have calculations described in the map.");
 		gnc_error_dialog(parent, fmt, newfile);
 		break; 
 	}
 	case ERR_QSF_BAD_OBJ_GUID: {
-		fmt = _("The selected QSF object file\n%s\n contains one or more invalid GUIDs."
-				"The file cannot be processed - please check the source of the file"
-				" and try again.");
+		fmt = _("The selected QSF object file\n%s\n contains one or more invalid GUIDs. "
+			"The file cannot be processed - please check the source of the file "
+			"and try again.");
 		gnc_error_dialog(parent, fmt, newfile);
 		break;
 	}
@@ -315,16 +315,16 @@
 	}
 	case ERR_QSF_WRONG_MAP: {
 		fmt = _("Wrong QSF map selected.\n"
-			"The selected map,\n%s\n validates but was written"
+			"The selected map,\n%s\n validates but was written "
 			"for different QOF objects.\n The list of objects defined in "
-			"this map does not include all the objects described in"
+			"this map does not include all the objects described in "
 			"the current QSF object file.");
 	  gnc_error_dialog(parent, fmt, newfile);
 	  break; 
 	}
 	case ERR_QSF_MAP_NOT_OBJ: {
 	  fmt = _("The selected file \n  %s\n is a QSF map and cannot be "
-			"opened as a QSF object.");
+		  "opened as a QSF object.");
 	  gnc_error_dialog(parent, fmt, newfile);
 	  break; 
 	}



More information about the gnucash-changes mailing list