diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 13:00:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 13:47:31 +0100 |
commit | cc0b40f6a94f05b36b31b1a7a55431e1b5f2608e (patch) | |
tree | b51e62ce3f7d2b7f0926bf8439c6fc1773569150 /vcl/source/src | |
parent | e45d6b4e503b2a795ff79aaf3f3f8a7b065f9488 (diff) |
add some a11y relations and enable translation of ms
Change-Id: Ib509a7ae62aefc919bdaed269c1605ac6bae9564
Diffstat (limited to 'vcl/source/src')
-rw-r--r-- | vcl/source/src/units.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/src/units.src b/vcl/source/src/units.src index 8f07c7f4b5bf..3445e921e283 100644 --- a/vcl/source/src/units.src +++ b/vcl/source/src/units.src @@ -47,6 +47,7 @@ StringArray SV_FUNIT_STRINGS < " pixel" ; FUNIT_PIXEL ; > ; < "°" ; FUNIT_DEGREE ; > ; < "sec" ; FUNIT_SECOND ; > ; + < "ms" ; FUNIT_MILLISECOND ; > ; }; }; |