Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-05-05 19:28:29 +0000
committerPascal Rapicault2011-05-05 19:28:29 +0000
commitde8c91eec3dfd41460e3d30e41fe4acc98e19ee5 (patch)
treef4c6f780cc57f54ddfc0492808017f29ffd40315 /bundles/org.eclipse.equinox.p2.ui.importexport
parent3f81a53f94f2109b488218c4b0afe72e32a48cc1 (diff)
downloadrt.equinox.p2-de8c91eec3dfd41460e3d30e41fe4acc98e19ee5.tar.gz
rt.equinox.p2-de8c91eec3dfd41460e3d30e41fe4acc98e19ee5.tar.xz
rt.equinox.p2-de8c91eec3dfd41460e3d30e41fe4acc98e19ee5.zip
Switch description and tweak it
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.importexport')
-rwxr-xr-xbundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties4
-rwxr-xr-xbundles/org.eclipse.equinox.p2.ui.importexport/plugin.xml4
2 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 3f880ae55..445240c67 100755
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties
@@ -15,5 +15,5 @@ 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 the local file system.
-importfrominstance.description=Install a batch of software from another eclipse instance. \ No newline at end of file
+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
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.xml b/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.xml
index 5422402cd..7b9ace0e2 100755
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.xml
@@ -31,7 +31,7 @@
id="org.eclipse.equinox.p2.replication.import"
name="%import.name">
<description>
- %importfrominstance.description
+ %import.description
</description>
</wizard>
<wizard
@@ -41,7 +41,7 @@
id="org.eclipse.equinox.p2.replication.importfrominstallation"
name="%importfrominstallation.name">
<description>
- %import.description
+ %importfrominstance.description
</description>
</wizard>
</extension>

Back to the top