[Libreoffice-commits] core.git: svx/source

Adolfo Jayme Barrientos fitojb at ubuntu.com
Thu Mar 19 04:10:44 PDT 2015


 svx/source/stbctrls/stbctrls.src |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit d6e839e9e4ce5470c304dbe2b87dd8b0bb07db59
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Fri Mar 6 05:05:43 2015 -0600

    Percentages should also be translatable…
    
    as they are not written the same way in all languages.
    
    Change-Id: Ibc3a5963bf8bd737516a003618befd1de5f3f5ca
    Reviewed-on: https://gerrit.libreoffice.org/14767
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 3ad69cf..ac26b26 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -168,31 +168,31 @@ Menu RID_SVXMNU_ZOOM
         {
             Identifier = ZOOM_50 ;
             HelpId = HID_MNU_ZOOM_50 ;
-            Text = "50%" ;
+            Text [ en-US ] = "50%" ;
         };
         MenuItem
         {
             Identifier = ZOOM_75 ;
             HelpId = HID_MNU_ZOOM_75 ;
-            text = "75%" ;
+            Text [ en-US ] = "75%" ;
         };
         MenuItem
         {
             Identifier = ZOOM_100 ;
             HelpId = HID_MNU_ZOOM_100 ;
-            Text = "100%" ;
+            Text [ en-US ] = "100%" ;
         };
         MenuItem
         {
             Identifier = ZOOM_150 ;
             HelpId = HID_MNU_ZOOM_150 ;
-            Text = "150%" ;
+            Text [ en-US ] = "150%" ;
         };
         MenuItem
         {
             Identifier = ZOOM_200 ;
             HelpId = HID_MNU_ZOOM_200 ;
-            Text = "200%" ;
+            Text [ en-US ] = "200%" ;
         };
     };
 };


More information about the Libreoffice-commits mailing list