Bug 559819 - Change the string id for the isindex prompt. r=l10n.

This commit is contained in:
Henri Sivonen
2010-04-20 17:19:30 +03:00
parent a6f95bd9e8
commit 38060a4d7e
3 changed files with 7 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ nsHtml5Portability::isIndexPrompt()
nsXPIDLString prompt;
nsresult rv =
nsContentUtils::GetLocalizedString(nsContentUtils::eFORMS_PROPERTIES,
"IsIndexPrompt", prompt);
"IsIndexPromptWithSpace", prompt);
PRUint32 len = prompt.Length();
if (NS_FAILED(rv) || !len) {
// jArray doesn't support dynamically-allocated zero-length arrays