diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-07-22 09:15:25 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-07-22 14:19:46 +0200 |
commit | c93d46dafd476233cde4a84bc1527b317ce7854d (patch) | |
tree | 9f21eb48d554bdc5b78494259788dd82ebae32eb /source | |
parent | 0901f95273cc31db84d31a11cb22187f73cad128 (diff) |
Move bookmark target out of list
Targets <a> inside a list breaks formatting.
No impact on translation.
Change-Id: I58aecd307f4156f0fb84ee0b5b06b497ca28c1d2
Reviewed-on: https://gerrit.libreoffice.org/57818
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/01/01020000.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/01/01020000.xhp b/source/text/shared/01/01020000.xhp index 28d14a9e83..4e8a038af9 100644 --- a/source/text/shared/01/01020000.xhp +++ b/source/text/shared/01/01020000.xhp @@ -67,16 +67,16 @@ <paragraph id="hd_id3148538" role="heading" level="2" xml-lang="en-US">Display area</paragraph> <paragraph id="par_id3156113" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FILEDLG_STANDARD">Displays the files and folders in the folder that you are in.</ahelp> To open a file, select the file, and then click <emph>Open</emph>.</paragraph> <paragraph id="par_id3159256" role="tip" xml-lang="en-US">To open more than one document at the same time, each in an own window, hold <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> while you click the files, and then click <emph>Open</emph>.</paragraph> + <bookmark xml-lang="en-US" branch="hid/SVT_HID_FILEVIEW_MENU_DELETE" id="bm_id3149902" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/SVT_HID_FILEVIEW_MENU_RENAME" id="bm_id3148491" localize="false"/> <list type="unordered"> <listitem> <paragraph id="par_id3154514" role="listitem" xml-lang="en-US">Click a column header to sort the files. Click again to reverse the sort order.</paragraph> </listitem> <listitem> - <bookmark xml-lang="en-US" branch="hid/SVT_HID_FILEVIEW_MENU_DELETE" id="bm_id3149902" localize="false"/> <paragraph id="par_id3149514" role="listitem" xml-lang="en-US"><ahelp hid="HID_FILEVIEW_MENU_DELETE">To delete a file, right-click the file, and then choose <emph>Delete</emph>.</ahelp></paragraph> </listitem> <listitem> - <bookmark xml-lang="en-US" branch="hid/SVT_HID_FILEVIEW_MENU_RENAME" id="bm_id3148491" localize="false"/> <paragraph id="par_id3147618" role="listitem" xml-lang="en-US"><ahelp hid="HID_FILEVIEW_MENU_RENAME">To rename a file, right-click the file, and then choose <emph>Rename</emph>.</ahelp></paragraph> </listitem> </list> |