зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1370528
- Remove gramatically incorrect 'size' from CompositorAnimationWarningContentTooLargeArea string. r=flod
MozReview-Commit-ID: CufsKyWezU8 --HG-- extra : rebase_source : 99f68432905e483f786994d00983c505bcb58928
This commit is contained in:
Родитель
a0e529b3e6
Коммит
8e35a61454
|
@ -1180,7 +1180,7 @@ function start() {
|
|||
}).then(function() {
|
||||
// viewport depends on test environment.
|
||||
var expectedWarning = new RegExp(
|
||||
"Animation cannot be run on the compositor because the area of the frame size " +
|
||||
"Animation cannot be run on the compositor because the area of the frame " +
|
||||
"\\(\\d+\\) is too large relative to the viewport " +
|
||||
"\\(larger than \\d+\\)");
|
||||
assert_animation_property_state_equals(
|
||||
|
|
|
@ -12,9 +12,9 @@ TablePartRelPosWarning=Relative positioning of table rows and row groups is now
|
|||
ScrollLinkedEffectFound2=This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!
|
||||
|
||||
## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLargeArea):
|
||||
## %1$S is an integer value of the area of the frame size
|
||||
## %1$S is an integer value of the area of the frame
|
||||
## %2$S is an integer value of the area of a limit based on the viewport size
|
||||
CompositorAnimationWarningContentTooLargeArea=Animation cannot be run on the compositor because the area of the frame size (%1$S) is too large relative to the viewport (larger than %2$S)
|
||||
CompositorAnimationWarningContentTooLargeArea=Animation cannot be run on the compositor because the area of the frame (%1$S) is too large relative to the viewport (larger than %2$S)
|
||||
## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLarge2):
|
||||
## (%1$S, %2$S) is a pair of integer values of the frame size
|
||||
## (%3$S, %4$S) is a pair of integer values of a limit based on the viewport size
|
||||
|
|
Загрузка…
Ссылка в новой задаче