Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-09-18 04:49:42 +0000
committerLars Vogel2020-09-18 06:47:48 +0000
commitb96b5894652b9abef6cbd72c0fddc5a130a9f60f (patch)
tree9ed8a7b004276d0b559eb640b577c01052c03a9a
parent13e0d7722fd8f85b17ce7540014b8a224206da63 (diff)
downloadeclipse.pde.ui-b96b5894652b9abef6cbd72c0fddc5a130a9f60f.tar.gz
eclipse.pde.ui-b96b5894652b9abef6cbd72c0fddc5a130a9f60f.tar.xz
eclipse.pde.ui-b96b5894652b9abef6cbd72c0fddc5a130a9f60f.zip
Bug 567093 - Shorter target definition text in preferencesI20200920-1800I20200919-1800I20200918-1800
Change-Id: Ib2d170be68f34a4330642d35eb77b91175dc38e7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
index a5e6a35db2..4c89c2c26f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
@@ -1975,7 +1975,7 @@ TargetCreationPage_4=&Template:
TargetCreationPage_6=New Target
TargetImplicitPluginsTab_desc=Specify plug-ins which should always be included when computing plug-in dependencies.
TargetPlatformPreferencePage_LoadDefaultTarget=Load default target definition
-TargetPlatformPreferencePage2_0=Add, edit and remove target definitions. The active target definition will be used as the target platform which workspace plug-ins will be compiled and tested against. New definitions are stored locally, but they can be moved to a project in the workspace and shared with others.
+TargetPlatformPreferencePage2_0=Add, edit and remove target definitions. The active target definition is used to compile and test workspace plug-ins. New definitions are stored locally, but they can be moved to a project in the workspace and shared with others.
TargetPlatformPreferencePage2_1=\ (Active)
TargetPlatformPreferencePage2_10=You have selected a target with a newer version than your current Eclipse installation. This can cause unexpected behaviour in PDE. Please use a newer version of Eclipse.
TargetPlatformPreferencePage2_11=Unable to delete target definition

Back to the top