summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-18 20:02:06 +0100
committerAndras Timar <atimar@suse.com>2013-02-18 20:02:37 +0100
commit7caa680335c2cd89c4fbd1ab621ac9e40e0ec803 (patch)
tree98ba30a5eacc8ba18edce75844950bb22fdab4e9 /cui/source
parent48511591708308c14c9ad3dd4e7af92a12764c35 (diff)
Fix the Ignore system input language label truncated in translations
Change-Id: I3d05135f7973d6ca9cb3e554a4c80544a17e6f60
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/options/optgdlg.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src
index 374a32b655fd..ae9ab804dbd9 100644
--- a/cui/source/options/optgdlg.src
+++ b/cui/source/options/optgdlg.src
@@ -535,7 +535,7 @@ TabPage OFA_TP_LANGUAGES
{
HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_IGNORE_LANG_CHANGE";
Pos = MAP_APPFONT ( 12 , 188-11+13 ) ;
- Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ;
+ Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
Text [ en-US ] = "Ignore s~ystem input language";
};
};