diff options
author | Herbert Dürr <hdu@apache.org> | 2011-09-22 07:25:51 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2011-09-22 07:25:51 +0000 |
commit | 396616c13681fb5bc4e9f7f219becb4f80e04db3 (patch) | |
tree | 9d520cff9feb2fa94b0e9db4ae33958be365c6aa /cui | |
parent | 27688646c24f758558488262ae60792e90c546dc (diff) |
clarify Option->Language UI option
Diffstat (limited to 'cui')
-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 ed7443ae04b4..57c6a7995d38 100644 --- a/cui/source/options/optgdlg.src +++ b/cui/source/options/optgdlg.src @@ -649,7 +649,7 @@ TabPage OFA_TP_LANGUAGES HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_ASIANSUPPORT"; Pos = MAP_APPFONT ( 12 , 158 ) ; Size = MAP_APPFONT ( 236 ,RSC_CD_CHECKBOX_HEIGHT ) ; - Text [ en-US ] = "E~nabled for Asian languages"; + Text [ en-US ] = "Show UI elements for East Asia~n writings"; }; FixedImage FI_CTLSUPPORT { @@ -662,7 +662,7 @@ TabPage OFA_TP_LANGUAGES HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_CTLSUPPORT"; Pos = MAP_APPFONT ( 12 , 173 ) ; Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ; - Text [ en-US ] = "Ena~bled for complex text layout (CTL)"; + Text [ en-US ] = "Show UI elements for B~i-Directional writing"; }; }; |