Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavidms2008-05-05 21:25:42 +0000
committerdavidms2008-05-05 21:25:42 +0000
commit65e3878cfafdbb91997ac8a27e44fedec9e2f1ec (patch)
treea587f69814aef8abde0f5af3968a6840eba07963 /plugins/org.eclipse.emf.importer.rose
parent789d93e3e95f1d8bf4fdfa8718aa9b9581ce36f7 (diff)
downloadorg.eclipse.emf-65e3878cfafdbb91997ac8a27e44fedec9e2f1ec.tar.gz
org.eclipse.emf-65e3878cfafdbb91997ac8a27e44fedec9e2f1ec.tar.xz
org.eclipse.emf-65e3878cfafdbb91997ac8a27e44fedec9e2f1ec.zip
[148145] Fix plug-in names, feature names, and feature descriptions; remove translation markers and clean-up typos
Diffstat (limited to 'plugins/org.eclipse.emf.importer.rose')
-rw-r--r--plugins/org.eclipse.emf.importer.rose/plugin.properties18
1 files changed, 3 insertions, 15 deletions
diff --git a/plugins/org.eclipse.emf.importer.rose/plugin.properties b/plugins/org.eclipse.emf.importer.rose/plugin.properties
index 6dd649b89..f317be361 100644
--- a/plugins/org.eclipse.emf.importer.rose/plugin.properties
+++ b/plugins/org.eclipse.emf.importer.rose/plugin.properties
@@ -1,7 +1,7 @@
# /**
# * <copyright>
# *
-# * Copyright (c) 2002-2005 IBM Corporation and others.
+# * Copyright (c) 2002-2008 IBM Corporation and others.
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
@@ -12,23 +12,11 @@
# *
# * </copyright>
# *
-# * $Id: plugin.properties,v 1.10 2007/05/29 20:25:58 marcelop Exp $
+# * $Id: plugin.properties,v 1.11 2008/05/05 21:25:42 davidms Exp $
# */
# NLS_MESSAGEFORMAT_VAR
-# ==============================================================================
-# Do not change the properties between this line and the last line containing:
-# %%% END OF TRANSLATED PROPERTIES %%%
-# Instead, either redefine an existing property, or create a new property,
-# append it to the end of the file, and change the code to use the new name.
-# ==============================================================================
-
-# ==============================================================================
-# %%% END OF TRANSLATED PROPERTIES %%%
-# The above properties have been shipped for translation.
-# ==============================================================================
-
pluginName = EMF Rose Importer
providerName = Eclipse.org
@@ -53,7 +41,7 @@ _UI_InvalidUnsettableVisibility_message = Unsettable visibility not possible for
_UI_CannotAddSuperLinkBetween_message = Cannot add super link between ''{0}'' and ''{1}'' because the later is not a class
_UI_CannotSpecifyMoreThanOneExtendFor_message = Cannot specify more than one extend for ''{0}''
_UI_CannotAddSuperLinkInvolving_message = Cannot add super link involving ''{0}'' because it is not a class
-_UI_DatatypeNotSetFor_message = Datatype not set for ''{0}'' so ''java.lang.String'' will be used
+_UI_DatatypeNotSetFor_message = Data type not set for ''{0}'' so ''java.lang.String'' will be used
_UI_DuplicateLiteral_message = Duplicate ''{0}'' literal in ''{1}'' will be discarded
_UI_DuplicateAttribute_message = Duplicate ''{0}'' attribute in ''{1}'' will be discarded
_UI_DuplicateReference_message = Duplicate ''{0}'' reference in ''{1}'' will be discarded

Back to the top