summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-03-06 05:05:43 -0600
committerCaolán McNamara <caolanm@redhat.com>2015-03-19 11:10:20 +0000
commitd6e839e9e4ce5470c304dbe2b87dd8b0bb07db59 (patch)
treeb9a1a476e0c3268e4da366d464c26b1760801b1a /svx
parent591e34f868cc3a3f3ce7927480d224f137bfd83c (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/stbctrls/stbctrls.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 3ad69cff653e..ac26b2626fa1 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%" ;
};
};
};