Comment 35 for bug 117260

Revision history for this message
In , Reed Loden (reed) wrote :

Comment on attachment 280389
Changes "Save to disk" to "Save File"

>-<!ENTITY save.label "Save to Disk">
>+<!ENTITY saveFile.label "Save File">

You can't just rev the entity name without changing the file that actually uses the entity. In this case, the file is toolkit/mozapps/downloads/content/unknownContentType.xul, so you'll need to change save.label to saveFile.label in that file, too.