diff options
author | Faisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa> | 2012-11-24 10:36:57 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-11-25 12:01:59 +0000 |
commit | 8ca933ae8af6656b2f23fe3a2fa17b2034d5c615 (patch) | |
tree | 932736b41e1cd7ef901e620d09c9dc0988f2066a /cui/source | |
parent | 7861bf081e2802a16f0be31edf7b3d1667f238dc (diff) |
Fix the Ignore system input language label truncated
This fix label Ignore system input language truncated on
Options-Language Setting-Languages dialog
Change-Id: Iaa9606160d7cfc96fcbb02116020cd8d46ffb4e7
Reviewed-on: https://gerrit.libreoffice.org/1155
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optgdlg.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src index 41ce88c6c9ca..89f71244828a 100644 --- a/cui/source/options/optgdlg.src +++ b/cui/source/options/optgdlg.src @@ -660,14 +660,14 @@ TabPage OFA_TP_LANGUAGES CheckBox CB_CTLSUPPORT { HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_CTLSUPPORT"; - Pos = MAP_APPFONT ( 12 , 188-10 ) ; + Pos = MAP_APPFONT ( 12 , 188-11 ) ; Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "Show UI elements for B~i-Directional writing"; }; CheckBox CB_IGNORE_LANG_CHANGE { HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_IGNORE_LANG_CHANGE"; - Pos = MAP_APPFONT ( 12 , 188-11+15 ) ; + Pos = MAP_APPFONT ( 12 , 188-11+13 ) ; Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "Ignore s~ystem input language"; }; |