From de8c91eec3dfd41460e3d30e41fe4acc98e19ee5 Mon Sep 17 00:00:00 2001 From: Pascal Rapicault Date: Thu, 5 May 2011 19:28:29 +0000 Subject: Switch description and tweak it --- bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties | 4 ++-- bundles/org.eclipse.equinox.p2.ui.importexport/plugin.xml | 4 ++-- 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"> - %importfrominstance.description + %import.description - %import.description + %importfrominstance.description -- cgit v1.2.3