diff options
author | Sophia Schröder <sophia.schroeder@libreoffice.org> | 2019-01-13 18:50:03 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-01-13 23:54:26 +0100 |
commit | 9ae286e52bcf86723a514274c84f3c1f6645b091 (patch) | |
tree | 9f0005ecbbbce3234e81763ac7f60e6dcbcbbab3 | |
parent | 22bb1e2aaf2071f0ade0530b535b1dc1874b88f3 (diff) |
Small changes / improvements
Change-Id: I2e3660b92a0ad2083f983b6cca6103478a5ed5a7
Reviewed-on: https://gerrit.libreoffice.org/66264
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/01/02210101.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/01/02210101.xhp b/source/text/shared/01/02210101.xhp index a1533dae83..2d10585d71 100644 --- a/source/text/shared/01/02210101.xhp +++ b/source/text/shared/01/02210101.xhp @@ -34,16 +34,16 @@ </section> <bookmark xml-lang="en-US" branch="hid/cui/ui/insertfloatingframe/edname" id="bm_id8971221.00000001" localize="false"/> <paragraph role="heading" id="hd_id3155364" xml-lang="en-US" level="2">Name</paragraph> - <paragraph role="paragraph" id="par_id3149511" xml-lang="en-US"><ahelp hid="cui/ui/insertfloatingframe/edname">Enter a name for the floating frame. The name <emph>cannot</emph> contain spaces, special characters, or begin with an underscore ( _ ).</ahelp></paragraph> + <paragraph role="paragraph" id="par_id3149511" xml-lang="en-US"><ahelp hid="cui/ui/insertfloatingframe/edname">Enter a name for the floating frame. The name <emph>cannot</emph> contain spaces, special characters, or begin with an underscore (<emph>_</emph>).</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui/ui/insertfloatingframe/edurl" id="bm_id3061311" localize="false"/> <paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="2">Contents</paragraph> <paragraph role="paragraph" id="par_id3156414" xml-lang="en-US"><ahelp hid="cui/ui/insertfloatingframe/edurl">Enter the path and the name of the file that you want to display in the floating frame. You can also click the <emph>Browse</emph> button and locate the file that you want to display.</ahelp> For example, you can enter:</paragraph> <list type="unordered"> <listitem> - <paragraph role="listitem" id="par_id3147399" xml-lang="en-US">http://www.example.com</paragraph> + <paragraph role="listitem" id="par_id3147399" xml-lang="en-US">https://www.example.com</paragraph> </listitem> <listitem> - <paragraph role="listitem" id="par_id3153683" xml-lang="en-US">file:///c|/Readme.txt</paragraph><comment>Adolfo: Is the "|" character after the "file:///c" correct? And a user file should *never* be in a root directory anyway.</comment> + <paragraph role="listitem" id="par_id3153683" xml-lang="en-US">file:///C:/Documents/Readme.txt</paragraph><comment>Adolfo: Is the "|" character after the "file:///c" correct? And a user file should *never* be in a root directory anyway.</comment><comment>SophiaS: agreed, changed</comment> </listitem> </list> <bookmark xml-lang="en-US" branch="hid/cui/ui/insertfloatingframe/buttonbrowse" id="bm_id1442609" localize="false"/> |