Mercurial > dive4elements > river
changeset 7543:a338ad099c7a
issue1762: correct facet names.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 08 Nov 2013 12:26:38 +0100 |
parents | db780379ea82 |
children | 34faa9c55b4b |
files | artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityMeasurementArtifact.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityMeasurementArtifact.java Fri Nov 08 11:58:55 2013 +0100 +++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityMeasurementArtifact.java Fri Nov 08 12:26:38 2013 +0100 @@ -142,7 +142,7 @@ Facet vFacet = new FlowVelocityMeasurementFacet( FLOW_VELOCITY_MEASUREMENT, Resources.getMsg(callMeta, - I18N_WATERLEVEL_FACET, + I18N_VELOCITY_FACET, FlowVelocityState.I18N_TAU_FACET, new Object[] { name })); fs.add(vFacet); @@ -158,7 +158,7 @@ Facet wFacet = new FlowVelocityMeasurementFacet( FLOW_VELOCITY_WATERLEVEL, Resources.getMsg(callMeta, - I18N_VELOCITY_FACET, + I18N_WATERLEVEL_FACET, FlowVelocityState.I18N_TAU_FACET, new Object[] { name })); fs.add(wFacet);