diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-30 18:30:50 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-31 00:43:16 +0200 |
commit | a0b4db5f17e58f656d527b807e09ed02b04c2827 (patch) | |
tree | aaffb977fbf927e398abbccb62c4c0cff0b30b17 /source/text/shared/00/00000001.xhp | |
parent | 7fe562928543fb6ef1bfc0e4662b6c10397c13a4 (diff) |
tdf#58134 Some Options settings cannot be reset
Add warnings in help pages when some options cannot be reset.
This patch does not close the bug, which in some cases is a
bug in the dialog controller.
Change-Id: Ie6d0019a9c6611c2ad8784f593ceefa5748bf56b
Reviewed-on: https://gerrit.libreoffice.org/55103
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/00/00000001.xhp')
-rw-r--r-- | source/text/shared/00/00000001.xhp | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/source/text/shared/00/00000001.xhp b/source/text/shared/00/00000001.xhp index 8e9696e4cb..227348d3b0 100644 --- a/source/text/shared/00/00000001.xhp +++ b/source/text/shared/00/00000001.xhp @@ -211,8 +211,8 @@ </section> <section id="zurueck"> <bookmark xml-lang="en-US" branch="hid/cui/ui/optionsdialog/revert" id="bm_id4539933" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3149670" role="heading" level="2">Back<comment>in Tools - Options</comment></paragraph> - <paragraph xml-lang="en-US" id="par_id3145068" role="paragraph"><ahelp hid="cui/ui/optionsdialog/revert">Resets modified values back to the $[officename] default values.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3149670" role="heading" level="2">Reset<comment>in Tools - Options</comment></paragraph> +<paragraph xml-lang="en-US" id="par_id3145068" role="paragraph"><ahelp hid="cui/ui/optionsdialog/revert">Resets changes made to the current tab to those applicable when this dialog was opened.</ahelp></paragraph> </section> <section id="zurueck2"> <bookmark xml-lang="en-US" branch="hid/SFX2_HID_TABDLG_RESET_BTN" id="bm_id3151054" localize="false"/> @@ -260,5 +260,16 @@ </variable></paragraph> <paragraph xml-lang="en-US" id="par_id9345377" role="paragraph"><variable id="ShiftF1">Press Shift+F1 and point to a control to learn more about that control. </variable></paragraph> +<section id="optionsbuttons"> + <paragraph role="heading" id="hd_id631527692833772" level="2" xml-lang="en-US">Options dialog buttons</paragraph> + <paragraph role="heading" id="hd_id831527692839432" level="3" xml-lang="en-US">OK</paragraph> + <paragraph role="paragraph" id="par_id471527692844934" xml-lang="en-US">Save the changes in the page and close the Options dialog.</paragraph> + <paragraph role="heading" id="hd_id261527692850720" level="3" xml-lang="en-US">Cancel</paragraph> + <paragraph role="paragraph" id="par_id571527692855533" xml-lang="en-US">Close the Options dialog and discard all changes done.</paragraph> + <embed href="text/shared/00/00000001.xhp#zurueck" /> + <section id="optionsbuttonwarn01"> + <paragraph xml-lang="en-US" id="par_id261527693436801" role="warning">Some options can't be reset once edited. Either edit back the changes manually or press <emph>Cancel</emph> and reopen the Options dialog.</paragraph> + </section> +</section> </body> </helpdocument> |