Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2015-02-24 16:20:02 +0000
committerThomas Watson2015-02-24 16:21:43 +0000
commit35349322363fd8fd75eb82abba9cb6ee0a86bb1a (patch)
tree056ff449d75a01d668723e63d3b9ad3ccf585a17 /bundles
parent442ff03a4f8edf6c7ba8bb6f58785de7dbc8c91f (diff)
downloadrt.equinox.p2-35349322363fd8fd75eb82abba9cb6ee0a86bb1a.tar.gz
rt.equinox.p2-35349322363fd8fd75eb82abba9cb6ee0a86bb1a.tar.xz
rt.equinox.p2-35349322363fd8fd75eb82abba9cb6ee0a86bb1a.zip
Bug 441146 - Spelling mistake in Install Remediation Page
Change-Id: I841484ac6b40bba9e9d26f3b0cc797af6e1ffe25 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties4
1 files changed, 2 insertions, 2 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 a703fc53d..732c3033c 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
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007, 2011 IBM Corporation and others.
+# Copyright (c) 2007, 2015 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -222,7 +222,7 @@ InstallRemediationPage_Title=Install Remediation Page
InstallRemediationPage_Description=The installation cannot be completed as requested.
UpdateRemediationPage_Title=Update Remediation Page
UpdateRemediationPage_Description=The update cannot be completed as requested.
-RemediationPage_SubDescription=Chose one of the following alternate solutions:
+RemediationPage_SubDescription=Choose one of the following alternate solutions:
RemediationPage_NoSolutionFound=No solution found.
RemediationPage_BeingInstalledSection=How do you want to change the software being installed?
RemediationPage_InstalledSection=How do you want to alter the current installation?

Back to the top