Mercurial > lada > lada-client
changeset 1301:f87bac93cd3d
Fix i18n keys.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 02 Feb 2017 13:11:11 +0100 |
parents | 049038c4a9c1 |
children | 322da3ad0c0b |
files | app/view/window/OrtFilter.js |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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%',