Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2012-11-26 17:27:23 +0000
committerPascal Rapicault2012-11-26 17:27:23 +0000
commit636b95cfcc7ae172f60694d0a3aed6dd738f143d (patch)
tree1140e45a08412ce133ce0f33f59ea85e1df1d643 /bundles/org.eclipse.equinox.p2.ui.importexport
parent3bf447faf9eaccac362a219a6e4f804698e81840 (diff)
downloadrt.equinox.p2-636b95cfcc7ae172f60694d0a3aed6dd738f143d.tar.gz
rt.equinox.p2-636b95cfcc7ae172f60694d0a3aed6dd738f143d.tar.xz
rt.equinox.p2-636b95cfcc7ae172f60694d0a3aed6dd738f143d.zip
Improve 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.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 a72d5d82d..10b661eec 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
@@ -39,7 +39,7 @@ ImportPage_FILENOTFOUND=The specified file doesn't exist.
AbstractImportPage_HigherVersionInstalled={0} (Disabled because a higher version is already installed)
ImportPage_InstallLatestVersion=Install &latest version of selected software.
ImportPage_QueryFeaturesJob=Query selected software...
-AbstractImportPage_SameVersionInstalled={0} (Disabled due to it has been already installed)
+AbstractImportPage_SameVersionInstalled={0} (Disabled - item already installed)
AbstractPage_ButtonDeselectAll=&Deselect All
AbstractPage_ButtonSelectAll=&Select All
ImportPage_TITLE=Import Software Configuration

Back to the top