Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSusan Franklin2009-04-25 03:37:32 +0000
committerSusan Franklin2009-04-25 03:37:32 +0000
commit9942b85792ec87ee14e615e6df00a08a0ed71d10 (patch)
treea4f84adfad320c1a9450ca778a632a33b28a2bef /bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
parentf9200d2b7650ad098ed1a09ed78f295dee271453 (diff)
downloadrt.equinox.p2-9942b85792ec87ee14e615e6df00a08a0ed71d10.tar.gz
rt.equinox.p2-9942b85792ec87ee14e615e6df00a08a0ed71d10.tar.xz
rt.equinox.p2-9942b85792ec87ee14e615e6df00a08a0ed71d10.zip
Bug 272336 - [ui] NPE in Profile Registry
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
index 198fd41ff..510c0493b 100644
--- a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
@@ -32,6 +32,7 @@ ProvisioningOperation_ExecuteErrorTitle=Error while executing the "{0}" operatio
ProvisioningOperation_RedoErrorTitle=Error while redoing the "{0}" operation
ProvisioningOperation_UndoErrorTitle=Error while undoing the "{0}" operation
ProvisioningOperationRunner_ErrorExecutingOperation=Unexpected error while trying to run {0}
+InstalledSoftwarePage_NoProfile=This installation has not been configured for showing the installed software. See the error log for details.
InstallIUOperationLabel=Install
InstallIUCommandLabel=&Install...
InstallIUCommandTooltip=Install the selected items
@@ -159,6 +160,7 @@ ColocatedRepositoryManipulator_AddSiteOperationLabel=Add Site
ColocatedRepositoryManipulator_GotoPrefs=Go to the <a>Available Software Sites</a> preferences
ColocatedRepositoryManipulator_ManageSites=&Manage Sites...
ColocatedRepositoryManipulator_RemoveSiteOperationLabel=Remove Site
+RevertProfilePage_NoProfile=This installation has not been configured properly for accessing the installation history. See the error log for details.
RevertProfilePage_RevertLabel=Re&vert
RevertProfilePage_RevertTooltip=Revert to the selected install configuration.
InstallWizardPage_NoCheckboxDescription=Review the items to be installed.

Back to the top