SEBSERV-398 change button text
This commit is contained in:
parent
a34cc8c667
commit
e8a8563508
2 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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:<br/> This deletes the exam configuration in SEB Server<br/>
|
||||
sebserver.examconfig.list.batch.action.reset.info=This action process a reset of the SEB settings to its template settings for all selected configurations.<br/>Please note this will be done only for those that has an origin template and are not in state "Used". <br/>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.
|
||||
|
|
Loading…
Reference in a new issue