Project

General

Profile

« Previous | Next » 

Revision 34530272

Added by Patrick Plitzner over 8 years ago

I18n for derivative module

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/handler/CreateFieldUnitHandler.java
19 19
        if(AbstractUtility.getActivePart() instanceof DerivateView){
20 20
            DerivateView derivateView = (DerivateView)AbstractUtility.getActivePart();
21 21
            if(derivateView.isDirty()){
22
                MessagingUtils.warningDialog("View has unsaved changes", this, "You need to save before performing this action");
22
                MessagingUtils.warningDialog(DerivateView.VIEW_HAS_UNSAVED_CHANGES, this, DerivateView.YOU_NEED_TO_SAVE_BEFORE_PERFORMING_THIS_ACTION);
23 23
                return null;
24 24
            }
25 25
            FieldUnit fieldUnit = FieldUnit.NewInstance();

Also available in: Unified diff