Fix for Bug 84151 Checking in for Kai Engert

r=ssaux,ddrinan sr=blizzard

Add some text for the case where a cert doesn't have the appropriate
text for us to present to the user.


git-svn-id: svn://10.0.0.236/trunk@100130 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
javi%netscape.com 2001-08-01 23:13:26 +00:00
parent 9eda8aabb7
commit ca892a550e
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,9 @@ function onLoad()
var bundle = srGetStrBundle("chrome://pippki/locale/pippki.properties");
if (!caName.length)
caName = bundle.GetStringFromName("unnamedCA");
var message2 = bundle.formatStringFromName("newCAMessage1",
[ caName ],
1);

View File

@ -25,6 +25,7 @@ CertPassPrompt=Please enter the Personal Security Password for the PSM Private K
#These are for dialogs
#Download Cert dialog
newCAMessage1=Do you want to trust "%S" for the following purposes?
unnamedCA=Certificate Authority (unnamed)
#For editing cert trust
editTrustWindowTitle=Edit certificate trust