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/descriptive/handler/CreateDescriptionElementHandler.java
76 76
                operation = operationCreationInstance(event.getCommand().getName(), event, description, postOperationEnabled);
77 77
                AbstractUtility.executeOperation(operation);
78 78
            } catch (NotDefinedException e) {
79
                MessagingUtils.warn(getClass(), "Command name not set");
79
                MessagingUtils.warn(getClass(), "Command name not set"); //$NON-NLS-1$
80 80
            }
81 81
        } else {
82
            MessagingUtils.error(getClass(), new IllegalArgumentException("Could not determine the taxon description"));
82
            MessagingUtils.error(getClass(), new IllegalArgumentException("Could not determine the taxon description")); //$NON-NLS-1$
83 83
            return null;
84 84
        }
85 85
        return null;

Also available in: Unified diff