зеркало из https://github.com/mozilla/pjs.git
Bug 136556 - Image title should use "×", not "x". r=bz, r=dolske
This commit is contained in:
Родитель
b29e8dbb57
Коммит
7f69f6170e
|
@ -17,7 +17,7 @@ function test() {
|
|||
function checkTitle(title) {
|
||||
|
||||
ctx.loadsDone++;
|
||||
ok(/^bug592641_img\.jpg \(JPEG Image, 1500x1500 pixels\)/.test(title),
|
||||
ok(/^bug592641_img\.jpg \(JPEG Image, 1500\u00A0\u00D7\u00A01500 pixels\)/.test(title),
|
||||
"Title should be correct on load #" + ctx.loadsDone);
|
||||
}
|
||||
|
||||
|
|
|
@ -43,9 +43,9 @@
|
|||
#LOCALIZATION NOTE (ImageTitleWithNeitherDimensionsNorFile): first %S is type
|
||||
#LOCALIZATION NOTE (MediaTitleWithFile): first %S is filename, second %S is type
|
||||
#LOCALIZATION NOTE (MediaTitleWithNoInfo): first %S is type
|
||||
ImageTitleWithDimensionsAndFile=%S (%S Image, %Sx%S pixels)
|
||||
ImageTitleWithDimensionsAndFile=%S (%S Image, %S\u00A0\u00D7\u00A0%S pixels)
|
||||
ImageTitleWithoutDimensions=%S (%S Image)
|
||||
ImageTitleWithDimensions=(%S Image, %Sx%S pixels)
|
||||
ImageTitleWithDimensions=(%S Image, %S\u00A0\u00D7\u00A0%S pixels)
|
||||
ImageTitleWithNeitherDimensionsNorFile=(%S Image)
|
||||
MediaTitleWithFile=%S (%S Object)
|
||||
MediaTitleWithNoInfo=(%S Object)
|
||||
|
|
Загрузка…
Ссылка в новой задаче