[PATCH 1 of 2] Punkt 4.1. Mittlere Sohlhöhe (lang, statt "Sohl-")

Wald Commits scm-commit at wald.intevation.org
Wed Jan 9 14:47:29 CET 2019


# HG changeset patch
# User gernotbelger
# Date 1546965293 -3600
# Node ID b61e2a9fa5d69a331c1d8c4bc9bcfae6e9a1d7e5
# Parent  839b2aa84dd088acf979b74c97fa47a8f4f3d231
Punkt 4.1. Mittlere Sohlhöhe (lang, statt "Sohl-")

diff -r 839b2aa84dd0 -r b61e2a9fa5d6 artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthCalculationResult.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthCalculationResult.java	Tue Jan 08 17:01:09 2019 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthCalculationResult.java	Tue Jan 08 17:34:53 2019 +0100
@@ -76,7 +76,7 @@
             header.add(exportContext.formatCsvHeader(GeneralResultType.gaugeLabel));
         }
 
-        header.add(exportContext.formatCsvHeader(SInfoResultType.meanBedHeight));
+        header.add(exportContext.msgUnitCSV(SInfoResultType.meanBedHeight, river.getWstUnit()));
         header.add(exportContext.formatCsvHeader(SInfoResultType.soundingLabel));
         header.add(exportContext.formatCsvHeader(GeneralResultType.location));
 
diff -r 839b2aa84dd0 -r b61e2a9fa5d6 artifacts/src/main/resources/messages.properties
--- a/artifacts/src/main/resources/messages.properties	Tue Jan 08 17:01:09 2019 +0100
+++ b/artifacts/src/main/resources/messages.properties	Tue Jan 08 17:34:53 2019 +0100
@@ -960,7 +960,7 @@
 common.export.csv.header.mainvalue_label = Description
 common.export.csv.header.gauge = Reference Gauge
 sinfo.export.flow_depth.csv.header.mean_bed_height = Mean Bed Level
-sinfo.export.flow_depth.csv.header.mean_bed_height.short = Mean Bed-
+sinfo.export.flow_depth.csv.header.mean_bed_height.short = Mean Bed Level
 sinfo.export.flow_depth.csv.header.sounding = Sounding/Epoch
 common.export.csv.header.location = Location
 
diff -r 839b2aa84dd0 -r b61e2a9fa5d6 artifacts/src/main/resources/messages_de.properties
--- a/artifacts/src/main/resources/messages_de.properties	Tue Jan 08 17:01:09 2019 +0100
+++ b/artifacts/src/main/resources/messages_de.properties	Tue Jan 08 17:34:53 2019 +0100
@@ -960,7 +960,7 @@
 common.export.csv.header.mainvalue_label = Bezeichnung
 common.export.csv.header.gauge = Bezugspegel
 sinfo.export.flow_depth.csv.header.mean_bed_height = Mittlere Sohlh\u00f6he
-sinfo.export.flow_depth.csv.header.mean_bed_height.short = Mittlere Sohl-
+sinfo.export.flow_depth.csv.header.mean_bed_height.short = Mittlere Sohlh\u00f6he
 sinfo.export.flow_depth.csv.header.sounding = Peilung/Epoche
 common.export.csv.header.location = Lage
 


More information about the Dive4Elements-commits mailing list