Make 'file' in unknown content dialog localizable. Bug 340038, r=mano

This commit is contained in:
smontagu%smontagu.org 2006-08-06 08:29:29 +00:00
Родитель d80b165826
Коммит f34bf9bf8a
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -46,3 +46,4 @@ selectDownloadDir=Select Download Folder
myDownloads=My Downloads
unknownAccept.label=Save File
unknownCancel.label=Cancel
fileType=%S file

Просмотреть файл

@ -569,7 +569,7 @@ nsUnknownContentTypeDialog.prototype = {
catch (ex) {
}
if (primaryExtension != "")
typeString = primaryExtension.toUpperCase() + " file";
typeString = this.dialogElement("strings").getFormattedString("fileType", [primaryExtension.toUpperCase()]);
// 3. If we can't even do that, just give up and show the MIME type.
else
typeString = mimeInfo.MIMEType;