diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-04-26 10:27:17 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-04-28 10:03:04 +0200 |
commit | 1b57b226d2944bc55f8c28a384bb2c328a720e55 (patch) | |
tree | 6b51c16e969ee2bf08726ce7dedc0b77df528d73 | |
parent | f986a76171ac9fcd45f5996dc9fc3ac31f46dd31 (diff) |
Fix use of F4 in database explorer
https://listarchives.libreoffice.org/global/documentation/msg11421.html
Change-Id: I04a84c24d854740db3752690fcba0155a4042f11
Reviewed-on: https://gerrit.libreoffice.org/36994
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/shared/explorer/database/11000002.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/explorer/database/11000002.xhp b/source/text/shared/explorer/database/11000002.xhp index 732a40dbc9..40bd9f12c9 100644 --- a/source/text/shared/explorer/database/11000002.xhp +++ b/source/text/shared/explorer/database/11000002.xhp @@ -41,7 +41,7 @@ <paragraph role="heading" id="hd_id3147275" xml-lang="en-US" level="2" l10n="U" oldref="26">Opening a Data Source</paragraph> <list type="unordered"> <listitem> -<paragraph role="paragraph" id="par_id3154143" xml-lang="en-US" l10n="U" oldref="102">To open the data source view, press F4 in a text, spreadsheet or form document.</paragraph> +<paragraph role="paragraph" id="par_id3154143" xml-lang="en-US" l10n="U" oldref="102">To open the data source view, press Ctrl+Shift+F4 in a text, spreadsheet or form document.</paragraph> </listitem> <listitem> <paragraph role="paragraph" id="par_id3154046" xml-lang="en-US" l10n="CHG" oldref="11">To view the contents of a database, click the plus sign (+) in front of the name in the data source view.</paragraph> |