Project

General

Profile

« Previous | Next » 

Revision 150b624d

Added by Patrick Plitzner about 7 years ago

ref #4611 complete i18n for taxeditor.editor plugin

  • also created l10n package and moved Messages.java and teh messages.properties files there

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/media/handler/CreateMediaHandler.java
83 83
        			EditorUtil.getUndoContext(), description, postOperationEnabled);
84 84
        	AbstractUtility.executeOperation(operation);
85 85
        } catch (NotDefinedException e) {
86
        	MessagingUtils.warn(getClass(), "Command name not set.");
86
        	MessagingUtils.warn(getClass(), "Command name not set."); //$NON-NLS-1$
87 87
        }
88 88
    }
89 89

  

Also available in: Unified diff