Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1667:f1af0c07a6ee
Bugfix: #346 Modified x and y axis titles of longitudinal section charts.
flys-artifacts/trunk@2878 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 04 Oct 2011 07:37:05 +0000 |
parents | 09c1292cf36d |
children | 6566c7868456 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Sep 30 14:29:26 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Oct 04 07:37:05 2011 +0000 @@ -1,3 +1,18 @@ +2011-10-04 Ingo Weinzierl <ingo@intevation.de> + + flys/issue346 (W-INFO / Anzeige der Höheninformation) + + * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: + Modified x and y axis title. The x axis title is now "RIVERNAME-km"; the + y axis title is now "W[WST_UNIT]" where WST_UNIT depends on the unit of + the WST. + + * src/main/resources/messages.properties, + src/main/resources/messages_de_DE.properties, + src/main/resources/messages_en.properties, + src/main/resources/messages_de.properties: Modified i18n expressions for + x and y axis of longitudinal section charts. + 2011-09-30 Ingo Weinzierl <ingo@intevation.de> flys/issue351 (W-INFO / Wasserspiegellagenberechnungen)