示例#1
0
 @Override
 public void setMode(VocabularyEditModalPresenter.EDIT_MODE editionMode) {
   modal.setTitle(
       editionMode == VocabularyEditModalPresenter.EDIT_MODE.CREATE
           ? translations.addVocabulary()
           : translations.editVocabulary());
 }