зеркало из https://github.com/mozilla/pjs.git
Bug 680812 - Excessive space between "280" and "KB" in download dialog; r=dolske
This commit is contained in:
Родитель
5ab8028e6f
Коммит
1d6c8e0ad4
|
@ -50,8 +50,8 @@ selectDownloadDir=Select Download Folder
|
||||||
unknownAccept.label=Save File
|
unknownAccept.label=Save File
|
||||||
unknownCancel.label=Cancel
|
unknownCancel.label=Cancel
|
||||||
fileType=%S file
|
fileType=%S file
|
||||||
# LOCALIZATION NOTE (fileSizeWithType): first %S is type, second %S is size, and third %S is unit
|
# LOCALIZATION NOTE (orderedFileSizeWithType): first %S is type, second %S is size, and third %S is unit
|
||||||
fileSizeWithType=%1S (%2S %3S)
|
orderedFileSizeWithType=%1$S (%2$S %3$S)
|
||||||
|
|
||||||
# LOCALIZATION NOTE (wpsDefaultOS2): OS/2 only, WPS refers to the Workplace Shell and should probably not be translated
|
# LOCALIZATION NOTE (wpsDefaultOS2): OS/2 only, WPS refers to the Workplace Shell and should probably not be translated
|
||||||
wpsDefaultOS2=WPS Default
|
wpsDefaultOS2=WPS Default
|
||||||
|
|
|
@ -616,7 +616,7 @@ nsUnknownContentTypeDialog.prototype = {
|
||||||
let [size, unit] = DownloadUtils.
|
let [size, unit] = DownloadUtils.
|
||||||
convertByteUnits(this.mLauncher.contentLength);
|
convertByteUnits(this.mLauncher.contentLength);
|
||||||
type.value = this.dialogElement("strings")
|
type.value = this.dialogElement("strings")
|
||||||
.getFormattedString("fileSizeWithType",
|
.getFormattedString("orderedFileSizeWithType",
|
||||||
[typeString, size, unit]);
|
[typeString, size, unit]);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче