Skip to content
Snippets Groups Projects
Commit e2f7814a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

description improved

parent 3ab57631
No related branches found
No related tags found
1 merge request!91Resolve "Simple upload"
......@@ -426,7 +426,7 @@ OverlayPanel.prototype.openAddOverlayDialog = function() {
content.appendChild(fileInput);
content.appendChild(guiUtils.createNewLine());
content.appendChild(guiUtils.createLabel("Or provide list of elements here: "));
content.appendChild(guiUtils.createLabel("Or provide list of elements here (one per line): "));
content.appendChild(guiUtils.createNewLine());
contentInput = guiUtils.createTextArea();
content.appendChild(contentInput);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment