Skip to content
Snippets Groups Projects
Commit 18963674 authored by buczekp's avatar buczekp
Browse files

[LMS-1122] fixed data set upload confirmation dialog message

SVN: 12755
parent 2b70212b
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,6 @@ final class DataSetUploadConfirmationDialog extends ...@@ -74,7 +74,6 @@ final class DataSetUploadConfirmationDialog extends
this.displayedItemsCount = displayedItemsCount; this.displayedItemsCount = displayedItemsCount;
this.selectedAndDisplayedItemsAction = selectedAndDisplayedItemsAction; this.selectedAndDisplayedItemsAction = selectedAndDisplayedItemsAction;
cifexURL = viewContext.getModel().getApplicationInfo().getCIFEXURL(); cifexURL = viewContext.getModel().getApplicationInfo().getCIFEXURL();
addText(viewContext.getMessage(Dict.CONFIRM_DATASET_UPLOAD_MSG, dataSets.size(), cifexURL));
setWidth(LABEL_WIDTH_IN_UPLOAD_DIALOG + FIELD_WIDTH_IN_UPLOAD_DIALOG + 50); setWidth(LABEL_WIDTH_IN_UPLOAD_DIALOG + FIELD_WIDTH_IN_UPLOAD_DIALOG + 50);
} }
......
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