Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-04-10 20:00:38 +0000
committerPascal Rapicault2011-04-10 20:00:38 +0000
commita38e690e45d22b3ba5227e9a3bfd1d86b3f62480 (patch)
tree942ab2abad9e763c8dd88d3b4472f3c1bf0e4d1f /bundles/org.eclipse.equinox.p2.ui.importexport
parent7d1dbe4c14524f1ee062589fb209bbcbc4c10b7c (diff)
downloadrt.equinox.p2-a38e690e45d22b3ba5227e9a3bfd1d86b3f62480.tar.gz
rt.equinox.p2-a38e690e45d22b3ba5227e9a3bfd1d86b3f62480.tar.xz
rt.equinox.p2-a38e690e45d22b3ba5227e9a3bfd1d86b3f62480.zip
tweak message
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.importexport')
-rwxr-xr-xbundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties b/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties
index a370804ce..717f9d370 100755
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties
@@ -1,7 +1,7 @@
Column_Id=Id
Column_Name=Name
Column_Version=Version
-ExportPage_Title=p2 Export
+ExportPage_Title=Export software configuration
ExportPage_Description=Export a list of installed software and their repositories to the local file system.
ExportPage_Label=Select the software items to export:
EXTENSION_ALL=*.*
@@ -28,7 +28,7 @@ ImportPage_IMPORT_NOTIFICATION=The installation job has been scheduled.
ImportPage_InstallLatestVersion=Install latest version of selected software.
ImportPage_QueryFeaturesJob=Query selected software...
AbstractImportPage_SameVersionInstalled={0} (Disabled due to it has been already installed)
-ImportPage_TITLE=p2 Import
+ImportPage_TITLE=Import software configuration
ImportWizard_WINDOWTITLE=Import
ImportFromInstallationPage_DESTINATION_LABEL=Specify an existing Eclipse installation
ImportFromInstallationPage_DIALOG_TITLE=p2 Import

Back to the top