Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2020-04-12 06:01:46 +0000
committerMichael Keppler2020-04-12 06:01:46 +0000
commit88c759396457528d8c60ba8c6b5ca7ada844266f (patch)
tree554f878cf632d83978dcf1a2c044a4791e5205e3
parent74d5230cc9696d586a378fdd6fd44d9116ae8e76 (diff)
downloadrt.equinox.p2-88c759396457528d8c60ba8c6b5ca7ada844266f.tar.gz
rt.equinox.p2-88c759396457528d8c60ba8c6b5ca7ada844266f.tar.xz
rt.equinox.p2-88c759396457528d8c60ba8c6b5ca7ada844266f.zip
Bug 483383 - Fix grammarI20200413-1800
* Use "...currently running JRE" instead of "...current running JRE" * Remove double whitespace before sentence start in dialog messages. Those double whitespace _are_ rendered, this is not HTML. Change-Id: I95a2c9e4fac049657a44c41ae1a0ab70e640ebf6 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties b/bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties
index febaa9e54..e91eb07b5 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties
@@ -12,13 +12,13 @@
# IBM Corporation - initial API and implementation
###############################################################################
-Handler_CannotLaunchUI=Cannot complete the request. This installation has not been configured properly for Software Updates. See the error log for details.
+Handler_CannotLaunchUI=Cannot complete the request. This installation has not been configured properly for Software Updates. See the error log for details.
Handler_SDKUpdateUIMessageTitle=Software Updates
InstallNewSoftwareHandler_ProgressTaskName=Searching for available software...
PreferenceInitializer_Error=Error accessing preferences.
ProvSDKUIActivator_ErrorSavingPrefs=Error saving update preferences
ProvSDKUIActivator_NoSelfProfile=Could not locate the running profile instance. The eclipse.p2.data.area and eclipse.p2.profile properties may not be set correctly in this application's config.ini file.
-ProvSDKUIActivator_OpenWizardAnyway=The software items you selected may not be valid with your current installation. Do you want to open the wizard anyway to review the selections?
+ProvSDKUIActivator_OpenWizardAnyway=The software items you selected may not be valid with your current installation. Do you want to open the wizard anyway to review the selections?
ProvSDKUIActivator_Question=Question
ProvisioningPreferencePage_AlwaysOpenWizard=&Open the wizard anyway to review or change selections
ProvisioningPreferencePage_BrowsingPrefsGroup=Browsing for updates
@@ -28,9 +28,9 @@ ProvisioningPreferencePage_NeverOpenWizard=&Report the problems and do not open
ProvisioningPreferencePage_OpenWizardIfInvalid=When software selected for an install wizard may not be compatible
ProvisioningPreferencePage_PromptToOpenWizard=As&k me what to do when it happens
ProvisioningPreferencePage_UninstallUpdateLink=<a>Uninstall or update</a> software that is already installed
-ProvisioningPreferencePage_checkCompatibleWithCurrentJRE=Verify provisioning operation is compatible with current running &JRE
+ProvisioningPreferencePage_checkCompatibleWithCurrentJRE=Verify provisioning operation is compatible with currently running &JRE
SDKPolicy_PrefPageName=Available Software Sites
-UpdateHandler_NoSitesMessage=There are no update sites to search. Do you wish to open the "Available Software Sites" preferences?
+UpdateHandler_NoSitesMessage=There are no update sites to search. Do you wish to open the "Available Software Sites" preferences?
UpdateHandler_NoSitesTitle=No Updates Found
UpdateHandler_ProgressTaskName=Checking for updates...
RemediationOperation_ResolveJobName=Searching alternate solutions...

Back to the top