[Schmitzm-commits] r724 - in trunk/src: schmitzm/jfree/resource/locales skrueger/i8n

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 25 18:31:18 CET 2010


Author: alfonx
Date: 2010-02-25 18:31:17 +0100 (Thu, 25 Feb 2010)
New Revision: 724

Modified:
   trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties
   trunk/src/skrueger/i8n/SwitchLanguageDialog.java
Log:
GP: Starting a preview of an atlas is now faster, als it is more a live demo. that mean you don't have to close the preview all the time, to test changes. we will try that behaviour for a while, as it also means, that changing styles in the preview atlas affects your original atlas.

Modified: trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties	2010-02-25 16:24:52 UTC (rev 723)
+++ trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties	2010-02-25 17:31:17 UTC (rev 724)
@@ -56,7 +56,7 @@
 AggregationFunction.SUM.Title=Summe
 AggregationFunction.SUM.Desc=Summe der Attribut-Werte
 AggregationFunction.SUM_ABS.Title=Absolut-Summe
-AggregationFunction.SUM_ABS.Desc=Summe der Attribut-Wert-Beträge
+AggregationFunction.SUM_ABS.Desc=Summe der Attribut-Wert-Betr\u00e4ge
 AggregationFunction.AVG.Title=Durschnitt
 AggregationFunction.AVG.Desc=Durchschnittlicher Attribut-Wert
 AggregationFunction.MEDIAN.Title=Median

Modified: trunk/src/skrueger/i8n/SwitchLanguageDialog.java
===================================================================
--- trunk/src/skrueger/i8n/SwitchLanguageDialog.java	2010-02-25 16:24:52 UTC (rev 723)
+++ trunk/src/skrueger/i8n/SwitchLanguageDialog.java	2010-02-25 17:31:17 UTC (rev 724)
@@ -84,7 +84,7 @@
 	 * A dialog to select one of the available languages. If only one language
 	 * is available, select it directly. Creating this object automatically
 	 * makes it visible, unless there is only one language to choose from.. it
-	 * that case it disposes itself autmatically.
+	 * that case it disposes itself automatically.
 	 */
 	public SwitchLanguageDialog(final Component owner,
 			final List<String> languages) {



More information about the Schmitzm-commits mailing list