Mercurial > lada > lada-client
changeset 1226:531db469779f
Put message more precisely.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 27 Oct 2016 19:51:58 +0200 |
parents | 19855757a950 |
children | 848b50a4a4eb |
files | app/view/window/ImportResponse.js |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/window/ImportResponse.js Thu Oct 27 19:28:41 2016 +0200 +++ b/app/view/window/ImportResponse.js Thu Oct 27 19:51:58 2016 +0200 @@ -88,8 +88,8 @@ } else { if (numErrors > 0) { - out.push(numErrors + ' Probe(n) konnten nicht erfolgreich ' + - 'importiert werden.'); + out.push(numErrors + ' Probe(n) konnten nicht vollständig ' + + 'erfolgreich importiert werden.'); out.push('<br/>'); out.push('<br/>'); }