diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchDeletePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchDeletePopup.java index bb8ca940..7199bfd4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchDeletePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchDeletePopup.java @@ -44,7 +44,7 @@ public class SEBExamConfigBatchDeletePopup extends AbstractBatchActionWizard { private final static LocTextKey FORM_TITLE = new LocTextKey("sebserver.examconfig.list.batch.delete.title"); private final static LocTextKey FORM_INFO = new LocTextKey("sebserver.examconfig.list.batch.delete.info"); - private final static LocTextKey ACTION_DO_DELETE = new LocTextKey("sebserver.examconfig.list.batch.action.delete"); + private final static LocTextKey ACTION_DO_DELETE = new LocTextKey("sebserver.examconfig.list.batch.action.delete.button"); protected SEBExamConfigBatchDeletePopup( final PageService pageService, diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index ada81177..43cff9a3 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -1097,7 +1097,8 @@ sebserver.examconfig.list.batch.action.status=Target Status sebserver.examconfig.list.action.reset=Reset To Template Settings sebserver.examconfig.list.batch.reset.title=Reset To Template Settings sebserver.examconfig.list.batch.action.reset=Reset All -sebserver.examconfig.list.batch.action.delete=Delete +sebserver.examconfig.list.batch.action.delete=Delete Exam Configurations +sebserver.examconfig.list.batch.action.delete.button=Delete sebserver.examconfig.list.batch.delete.title=Delete Selected Exam Configurations sebserver.examconfig.list.batch.delete.info=Please Note:
    This deletes the exam configuration in SEB Server
     sebserver.examconfig.list.batch.action.reset.info=This action process a reset of the SEB settings to its template settings for all selected configurations.
Please note this will be done only for those that has an origin template and are not in state "Used".
Please note also that this action tries to directly publish the changes and if not possible (active SEB client connections) it will report an error even if the settings has been reseted.