diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-08-13 01:44:05 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-08-23 00:41:42 +0200 |
commit | 2aa198ab57081bed9c012ea49c25fcd9d05dbfcb (patch) | |
tree | 257304a6cc1ae46fa8f6e6dfaab7ed4257c0e7ec | |
parent | ba66530a081cf3aadd706939fc7c580934af09dd (diff) |
(related) #tdf144512 change in AutoRecovery behavior
* unify diverse references to "AutoRecovery"
* update xml to current practice
Change-Id: I2b4192582be9b813b683b379a9e2fda5bf6dfdfd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155595
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r-- | source/text/shared/optionen/01010200.xhp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/text/shared/optionen/01010200.xhp b/source/text/shared/optionen/01010200.xhp index c157812ef6..2365f66577 100644 --- a/source/text/shared/optionen/01010200.xhp +++ b/source/text/shared/optionen/01010200.xhp @@ -83,13 +83,14 @@ <embed href="text/shared/guide/doc_autosave.xhp#doc_autosave"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/optsavepage/autosave" id="bm_id3159252" localize="false"/> <h3 id="hd_id3154908">Save AutoRecovery information every</h3> - <paragraph xml-lang="en-US" id="par_id3149560" role="paragraph"><ahelp hid="cui/ui/optsavepage/autosave">Specifies that <item type="productname">%PRODUCTNAME</item> saves the information needed to restore all open documents in case of a crash. You can specify the saving time interval.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/cui/ui/optsavepage/autosave_spin" id="bm_id3155855" localize="false"/> + <paragraph id="par_id3149560" role="paragraph"><ahelp hid="cui/ui/optsavepage/autosave">Specifies that %PRODUCTNAME saves the information needed to restore all modified documents in case of a crash.</ahelp></paragraph> +<bookmark branch="hid/cui/ui/optsavepage/autosave_spin" id="bm_id3155855" localize="false"/> <h3 id="hd_id3146147">Minutes</h3> - <paragraph xml-lang="en-US" id="par_id3152460" role="paragraph"><ahelp hid="cui/ui/optsavepage/autosave_spin">Specifies the time interval in minutes for the automatic recovery option.</ahelp></paragraph> + <paragraph id="par_id3152460" role="paragraph"><ahelp hid="cui/ui/optsavepage/autosave_spin">Specifies the time interval in minutes before AutoRecovery information is saved for a document.</ahelp></paragraph> +<note id="par_id971692475642160">A timer starts for a document when it is first modified. AutoRecovery information is saved after the specified time (while %PRODUCTNAME is idle). The timer then restarts with the next modification in the document.</note> <bookmark xml-lang="en-US" branch="hid/cui/ui/optsavepage/userautosave" id="bm_id3159253" localize="false"/> <h3 id="hd_id3154909">Automatically save the document too</h3> - <paragraph xml-lang="en-US" id="par_id3149561" role="paragraph"><ahelp hid="cui/ui/optsavepage/userautosave">Specifies that <item type="productname">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp></paragraph> + <paragraph id="par_id3149561" role="paragraph"><ahelp hid="cui/ui/optsavepage/userautosave">Specifies that %PRODUCTNAME saves all modified documents when saving AutoRecovery information. Uses the time interval specified in <menuitem>Minutes</menuitem>.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui/ui/optsavepage/docinfo" id="bm_id3154939" localize="false"/> <h3 id="hd_id3154071">Edit document properties before saving</h3> <paragraph xml-lang="en-US" id="par_id3148798" role="paragraph"><ahelp hid="cui/ui/optsavepage/docinfo">Specifies that the <emph>Properties</emph> dialog will appear every time you select the <emph>Save As</emph> command.</ahelp></paragraph> |