diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-02 13:43:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-02 13:43:26 +0100 |
commit | 8da9221b02429558bd61168b8f00b16ef714a34c (patch) | |
tree | 5ff4d0cad91dea8fc7ae5d97912a95e858925270 | |
parent | dc12340a18f560ce20f8c1fd6e854f76c11aa968 (diff) |
accessibility resources in the wrong dialog definition
Change-Id: Ib3fe9b6a5b0a26343142044be5e638be46276f27
-rw-r--r-- | cui/source/tabpages/autocdlg.src | 117 |
1 files changed, 25 insertions, 92 deletions
diff --git a/cui/source/tabpages/autocdlg.src b/cui/source/tabpages/autocdlg.src index 74090a0228d4..67dd19b403c4 100644 --- a/cui/source/tabpages/autocdlg.src +++ b/cui/source/tabpages/autocdlg.src @@ -496,30 +496,6 @@ TabPage RID_OFAPAGE_AUTOCORR_EXCEPT { Text [ en-US ] = "Delete words with two initial capitals" ; }; - String STR_PB_SGL_STD - { - Text [ en-US ] = "Single quotes default" ; - }; - String STR_PB_DBL_STD - { - Text [ en-US ] = "Double quotes default" ; - }; - String STR_PB_SGL_START - { - Text [ en-US ] = "Start quote of single quotes" ; - }; - String STR_PB_DBL_START - { - Text [ en-US ] = "Start quote of double quotes" ; - }; - String STR_PB_SGL_END - { - Text [ en-US ] = "End quote of single quotes" ; - }; - String STR_PB_DBL_END - { - Text [ en-US ] = "End quote of double quotes" ; - }; }; /**************************************************************************/ /* */ @@ -565,7 +541,7 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE }; CheckBox CB_SGL_TYPO { - HelpId = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_SGL_TYPO"; + HelpId = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_SGL_TYPO"; Pos = MAP_APPFONT ( 7 , 101 ) ; Size = MAP_APPFONT ( 86 , 10 ) ; Text [ en-US ] = "Repla~ce" ; @@ -688,6 +664,30 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE { Text [ en-US ] = "Default" ; }; + String STR_PB_SGL_STD + { + Text [ en-US ] = "Single quotes default" ; + }; + String STR_PB_DBL_STD + { + Text [ en-US ] = "Double quotes default" ; + }; + String STR_PB_SGL_START + { + Text [ en-US ] = "Start quote of single quotes" ; + }; + String STR_PB_DBL_START + { + Text [ en-US ] = "Start quote of double quotes" ; + }; + String STR_PB_SGL_END + { + Text [ en-US ] = "End quote of single quotes" ; + }; + String STR_PB_DBL_END + { + Text [ en-US ] = "End quote of double quotes" ; + }; }; /**************************************************************************/ @@ -869,70 +869,3 @@ TabPage RID_OFAPAGE_SMARTTAG_OPTIONS }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |