Project

General

Profile

« Previous | Next » 

Revision 61c51c84

Added by Patrick Plitzner about 7 years ago

ref #4611 i18n for taxeditor.editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/handler/CreateDescriptionHandler.java
62 62
			    operation = createTaxonOperation(event.getCommand().getName(), taxon, postOperationEnabled);
63 63
				AbstractUtility.executeOperation(operation);
64 64
			} catch (NotDefinedException e) {
65
				MessagingUtils.warn(getClass(), "Command name not set.");
65
				MessagingUtils.warn(getClass(), "Command name not set."); //$NON-NLS-1$
66 66
			}
67 67
		}
68 68
		// specimen description
......
73 73
		            operation = new CreateSpecimenDescriptionOperation(event.getCommand().getName(), EditorUtil.getUndoContext(), (SpecimenOrObservationBase<?>) viewerInput, postOperationEnabled);
74 74
		            AbstractUtility.executeOperation(operation);
75 75
		        } catch (NotDefinedException e) {
76
		        	MessagingUtils.warn(getClass(), "Command name not set.");
76
		        	MessagingUtils.warn(getClass(), "Command name not set."); //$NON-NLS-1$
77 77
		        }
78 78
		    }
79 79
		}

Also available in: Unified diff