comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightSoundingWidthFacet.java @ 8267:99912f51468d

A bit less chaos in i18n for bed heights.
author "Tom Gottfried <tom@intevation.de>"
date Fri, 12 Sep 2014 19:00:45 +0200
parents 2f88a98d9aae
children 2f640972ecf6
comparison
equal deleted inserted replaced
8266:512b5c948881 8267:99912f51468d
19 public BedHeightSoundingWidthFacet(String name, String description) { 19 public BedHeightSoundingWidthFacet(String name, String description) {
20 this.name = name; 20 this.name = name;
21 this.description = description; 21 this.description = description;
22 this.index = 0; 22 this.index = 0;
23 this.metaData.put("X", "chart.longitudinal.section.xaxis.label"); 23 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
24 this.metaData.put("Y", "chart.bedheight.height.yaxis.label"); 24 this.metaData.put("Y", "chart.bedheight_middle.section.yaxis.label");
25 } 25 }
26 26
27 /** 27 /**
28 * Returns the data this facet requires. 28 * Returns the data this facet requires.
29 * 29 *

http://dive4elements.wald.intevation.org