changeset 1237:8567d14dfc9d

Do not hide error provided by server.
author Tom Gottfried <tom@intevation.de>
date Mon, 31 Oct 2016 17:13:41 +0100
parents cfc24d2ae268
children aaab7ca3c040
files app/view/window/DeleteProbe.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/window/DeleteProbe.js	Mon Oct 31 13:54:00 2016 +0100
+++ b/app/view/window/DeleteProbe.js	Mon Oct 31 17:13:41 2016 +0100
@@ -65,7 +65,7 @@
                         else {
                             Ext.Msg.show({
                                 title: 'Fehler!',
-                                msg: 'Ein Fehler ist aufgetreten, ist die Probe nicht leer?',
+                                msg: i18n.getMsg(json.message),
                                 buttons: Ext.Msg.OK
                             });
                         }

http://lada.wald.intevation.org