Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-08-04 09:40:36 +0000
committerLars Vogel2020-08-04 09:40:36 +0000
commit4721d15e1fd4c493cb081d4c3c3fe90640e70203 (patch)
tree8af73e2c9643b0eb4cfb02d43d375940df890f7e
parent85dad2e4279387827c71c68f3e97de32e53986aa (diff)
downloadeclipse.pde.ui-4721d15e1fd4c493cb081d4c3c3fe90640e70203.tar.gz
eclipse.pde.ui-4721d15e1fd4c493cb081d4c3c3fe90640e70203.tar.xz
eclipse.pde.ui-4721d15e1fd4c493cb081d4c3c3fe90640e70203.zip
Bug 565801 - Shorter "Create a rich client application?" text in PDE
wizard Change-Id: I65ca440fed2d248e1c14298ab13c207b3bb87ace 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 9374727cd9..41639b87b1 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
@@ -1165,7 +1165,7 @@ PluginImportWizardFirstPage_0=Tar&get definition:
PluginImportWizardFirstPage_1=Reading contents
PluginImportWizardFirstPage_2=A target definition must be selected
PluginImportWizardFirstPage_3=Projects from a &repository
-PluginContentPage_appQuestion=Would you like to create a rich client application?
+PluginContentPage_appQuestion=Create a rich client application?
PluginContentPage_enable_api_analysis=Enable A&PI analysis
PluginContentMergeViewer_title=Plug-in Source Compare
PluginDevelopmentPage_equinox=&Show sections specific to the Equinox OSGi framework

Back to the top