# HG changeset patch # User Tom Gottfried # Date 1477590718 -7200 # Node ID 531db469779f6660ebf5410ab68e9ce06af3d8c8 # Parent 19855757a9505bd6a2553fa96be0b804b474a092 Put message more precisely. diff -r 19855757a950 -r 531db469779f app/view/window/ImportResponse.js --- 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('
'); out.push('
'); }