Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-07-31 09:46:10 +0000
committerLars Vogel2020-07-31 09:46:10 +0000
commit85dad2e4279387827c71c68f3e97de32e53986aa (patch)
tree7fadea18f29f110c96390de23367a0fced8d7775
parent967cb44fd95539f1a6e036479814e94368155fb5 (diff)
downloadeclipse.pde.ui-85dad2e4279387827c71c68f3e97de32e53986aa.tar.gz
eclipse.pde.ui-85dad2e4279387827c71c68f3e97de32e53986aa.tar.xz
eclipse.pde.ui-85dad2e4279387827c71c68f3e97de32e53986aa.zip
Bug 565736 - Shorter "Generate an activator" text in plug-in wizardI20200803-1800I20200803-0210I20200801-1800I20200801-0010I20200731-2040I20200731-1800
Change-Id: I2ffebda790f429c11ab29f44da69a4325555f681 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 1c9a2d3326..9374727cd9 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
@@ -766,7 +766,7 @@ ContentPage_fid = &ID:
ContentPage_fversion = &Version:
ContentPage_fname = N&ame:
ContentPage_fprovider = Vendo&r:
-ContentPage_generate = &Generate an activator, a Java class that controls the plug-in's life cycle
+ContentPage_generate = &Generate an activator
ContentPage_classname = Ac&tivator:
ContentPage_uicontribution = T&his plug-in will make contributions to the UI
FragmentContentPage_pid = &Plug-in ID:

Back to the top