Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-05-05 19:55:44 +0000
committerPascal Rapicault2011-05-05 19:55:44 +0000
commit16e01eaf0a00b539d9521641ba4fa42351d6c0d3 (patch)
tree001623c57194b3c02d1876fcfadd7e3e27c3c899 /bundles/org.eclipse.equinox.p2.ui.importexport
parentde8c91eec3dfd41460e3d30e41fe4acc98e19ee5 (diff)
downloadrt.equinox.p2-16e01eaf0a00b539d9521641ba4fa42351d6c0d3.tar.gz
rt.equinox.p2-16e01eaf0a00b539d9521641ba4fa42351d6c0d3.tar.xz
rt.equinox.p2-16e01eaf0a00b539d9521641ba4fa42351d6c0d3.zip
Tweak menu names
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.importexport')
-rwxr-xr-xbundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties b/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties
index 445240c67..178a4ab1e 100755
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties
@@ -11,9 +11,9 @@
pluginName=Equinox Provisioning import and export
providerName=Eclipse.org - Equinox
category.name=Install
-export.name=Installed Software items to file
-import.name=Install Software items from file
-importfrominstallation.name=From existing installation
+export.name=Installed Software Items to File
+import.name=Install Software Items from File
+importfrominstallation.name=From Existing Installation
export.description=Export the list of your installed software to the local file system.
import.description=Install a set of software from a description file.
-importfrominstance.description=Install software from another eclipse instance. \ No newline at end of file
+importfrominstance.description=Install software from another product. \ No newline at end of file

Back to the top