Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2017-10-02 07:34:48 +0000
committerMickael Istria2017-10-05 08:50:23 +0000
commit22b55cc6c5057165bcd55cde5b1495d04f55b650 (patch)
tree515bbb2c12086c3aab46f012d0fe3865e8292822 /packages/org.eclipse.epp.package.testing
parent4b7b136b002eebd18156985b9fc4ab10be07642e (diff)
downloadorg.eclipse.epp.packages-22b55cc6c5057165bcd55cde5b1495d04f55b650.tar.gz
org.eclipse.epp.packages-22b55cc6c5057165bcd55cde5b1495d04f55b650.tar.xz
org.eclipse.epp.packages-22b55cc6c5057165bcd55cde5b1495d04f55b650.zip
Name app "Eclipse IDE" (not just Eclipse)
Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: I61ea3e41d7f1bdcc02d35b0d55338b074f46bef6
Diffstat (limited to 'packages/org.eclipse.epp.package.testing')
-rw-r--r--packages/org.eclipse.epp.package.testing/about.properties2
-rw-r--r--packages/org.eclipse.epp.package.testing/plugin.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.testing/about.properties b/packages/org.eclipse.epp.package.testing/about.properties
index e8d693f6..f79e8f27 100644
--- a/packages/org.eclipse.epp.package.testing/about.properties
+++ b/packages/org.eclipse.epp.package.testing/about.properties
@@ -16,7 +16,7 @@
#
# Do not translate any values surrounded by {}
-blurb=Eclipse for Testers\n\
+blurb=Eclipse IDE for Testers\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
diff --git a/packages/org.eclipse.epp.package.testing/plugin.xml b/packages/org.eclipse.epp.package.testing/plugin.xml
index 015db12a..e2722deb 100644
--- a/packages/org.eclipse.epp.package.testing/plugin.xml
+++ b/packages/org.eclipse.epp.package.testing/plugin.xml
@@ -7,14 +7,14 @@
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.ui.ide.workbench"
- name="Eclipse">
+ name="Eclipse IDE">
<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>
<property
name="appName"
- value="Eclipse">
+ value="Eclipse IDE">
</property>
<property
name="aboutText"

Back to the top