[Lada-commits] [PATCH] Fix i18n keys
Wald Commits
scm-commit at wald.intevation.org
Thu Feb 2 13:11:19 CET 2017
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1486037471 -3600
# Node ID f87bac93cd3d3c2790b604e000cec7fa23f530b7
# Parent 049038c4a9c132a9a7cecaaa32e6b35a0014e19c
Fix i18n keys.
diff -r 049038c4a9c1 -r f87bac93cd3d app/view/window/OrtFilter.js
--- a/app/view/window/OrtFilter.js Thu Feb 02 12:14:54 2017 +0100
+++ b/app/view/window/OrtFilter.js Thu Feb 02 13:11:11 2017 +0100
@@ -38,7 +38,7 @@
xtype: 'grid',
name: 'messpunkte',
hideHeaders: true,
- title: i18n.getMsg('orte'),
+ title: i18n.getMsg('ortId'),
minHeight: 30,
maxHeight: 100,
width: '100%',
@@ -69,7 +69,7 @@
xtype: 'grid',
name: 'staaten',
hideHeaders: true,
- title: i18n.getMsg('staaten'),
+ title: i18n.getMsg('staat'),
minHeight: 30,
maxHeight: 100,
width: '100%',
More information about the Lada-commits
mailing list