Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2008-05-13 14:58:02 +0000
committerOleg Besedin2008-05-13 14:58:02 +0000
commit170a2d7370390bea8ded6a62a523c781736bd2e8 (patch)
tree87a1d40befca07bf98a8a6e47110f10b57f594c9
parent2b7abad021d8b804bc0c58ff90fe47cf1002ebb5 (diff)
downloadrt.equinox.bundles-170a2d7370390bea8ded6a62a523c781736bd2e8.tar.gz
rt.equinox.bundles-170a2d7370390bea8ded6a62a523c781736bd2e8.tar.xz
rt.equinox.bundles-170a2d7370390bea8ded6a62a523c781736bd2e8.zip
Bug 231774 Wording for UI prompt
-rw-r--r--bundles/org.eclipse.equinox.security.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.security.ui/plugin.properties b/bundles/org.eclipse.equinox.security.ui/plugin.properties
index 1c9084949..e7e7bd0ac 100644
--- a/bundles/org.eclipse.equinox.security.ui/plugin.properties
+++ b/bundles/org.eclipse.equinox.security.ui/plugin.properties
@@ -19,5 +19,5 @@ certificateFile = Certificate File
certificateFileDescription = Import certificates into the platform.
storage = Secure Storage
uiPasswordProviderName = UI Prompt
-providerDescription = The provider brings up a secure storage login dialog for the user to input the \'master\' password. This provider does not persist \'master\' password in any way but relies on the user to input it.
+providerDescription = The provider brings up a secure storage login dialog for the user to input the \'master\' password. This provider does not persist the \'master\' password in any way but relies on the user to input it.
systemSummaryTitle = Security Configuration

Back to the top