Ticket #7966: 7966.patch

File 7966.patch, 957 bytes (added by Garry Yao, 13 years ago)
  • _source/lang/en.js

     
    121121                alignBottom             : 'Bottom',
    122122                invalidHeight   : 'Height must be a number.',
    123123                invalidWidth    : 'Width must be a number.',
    124                 invalidCssLength        : 'Specified value must be a valid CSS length unit.',
    125                 invalidHtmlLength       : 'Specified value must be either a number in pixels or a percentage value.',
     124                invalidCssLength        : 'Width value must be a positive number with or without a valid CSS measurement unit, which is one of px, %, in, cm, mm, em, ex, pt and pc.',
     125                invalidHtmlLength       : 'Height value must be a positive number with or without a valid CSS measurement unit, which is one of px, %, in, cm, mm, em, ex, pt and pc.',
    126126
    127127                // Put the voice-only part of the label in the span.
    128128                unavailable             : '%1<span class="cke_accessibility">, unavailable</span>'
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy