Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-02-13 14:32:15 +0000
committerLars Vogel2020-02-13 15:30:43 +0000
commit78d9cbcfed51694ae67db6851dbb164cf841e2e1 (patch)
tree59f49b55ade242d9d19fd6b6d89c1181e7021c4c
parentbb03bd256400c23a1cbcee0b4d7b2dabc75d9745 (diff)
downloadrt.equinox.p2-78d9cbcfed51694ae67db6851dbb164cf841e2e1.tar.gz
rt.equinox.p2-78d9cbcfed51694ae67db6851dbb164cf841e2e1.tar.xz
rt.equinox.p2-78d9cbcfed51694ae67db6851dbb164cf841e2e1.zip
Bug 560096 - Shorter "You are installing software that contains unsignedI20200214-0620I20200213-1800I20200213-1520
content" dialog text Change-Id: I6d4a5e934f52a7aca7921a5c1d75f68eee0be5ee Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties2
1 files changed, 1 insertions, 1 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 89b982f00..ac698381d 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
@@ -35,7 +35,7 @@ UninstallWizardPage_Description=Review and confirm the items to be uninstalled.
UninstallWizardPage_Title=Uninstall Details
ServiceUI_LoginDetails=Please provide login details for {0}
ServiceUI_LoginRequired=Login required
-ServiceUI_unsigned_message=Warning: You are installing software that contains unsigned content. The authenticity or validity of this software cannot be established. Do you want to continue with the installation?
+ServiceUI_unsigned_message=Warning: Installing unsigned software for which the authenticity or validity cannot be established. Continue with the installation?
ServiceUI_warning_title=Security Warning
ServiceUI_InstallAnywayAction_Label=&Install anyway
UpdateIUOperationLabel=Update

Back to the top