Bug 559819 - Change the string id for the isindex prompt. r=l10n.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user