Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-04-05 01:20:51 +0000
committerPascal Rapicault2011-04-05 01:20:51 +0000
commitccf14cf38fd81e7d0409ccc857da0d7170b17a91 (patch)
tree3fed66559cf1d8f55ab7cb4e2455b28ebea071cc /bundles/org.eclipse.equinox.p2.ui.importexport
parent89402e1ff27e5cd8d9377e6fde99943755dc051d (diff)
downloadrt.equinox.p2-ccf14cf38fd81e7d0409ccc857da0d7170b17a91.tar.gz
rt.equinox.p2-ccf14cf38fd81e7d0409ccc857da0d7170b17a91.tar.xz
rt.equinox.p2-ccf14cf38fd81e7d0409ccc857da0d7170b17a91.zip
fix typo
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.properties2
1 files changed, 1 insertions, 1 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 8f6ba14ce..8283c90cf 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
@@ -13,7 +13,7 @@ ExportPage_ERROR_CONFIG=Eclipse p2 is not properly configured.
ExportPage_EXPORT_WARNING=Can't find repository for the following elements. Please check the network connection.\n
ExportPage_Fail=Selected installed software failed to be export. See problems below:\n
ExportPage_FILEDIALOG_TITLE=Export the list of installed software to file
-EXTENSION_p2F_NAME=p2 installation file(*.p2f)
+EXTENSION_p2F_NAME=p2 installation file (*.p2f)
ExportPage_LABEL_EXPORTFILE=To p2 exported file:
ExportPage_SuccessWithProblems=The export partially succeeded. The following elements failed to be exported:\n
ExportWizard_WizardTitle=Export

Back to the top