diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-05-17 20:25:39 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-05-18 15:24:05 +0200 |
commit | 9b2ab190af0db946c0ceb57d45ac6778fcfc2e6e (patch) | |
tree | 1f358f04e9e7da7e37b52b1e8ca7ac7ae23cdfec /source/text/shared | |
parent | 6f947c50faf2969405749fc118659d9d9934eb91 (diff) |
Fix several mistakes flagged by translators
Change-Id: If2e081fa32ec82250514c59d820adb5fa071669b
Reviewed-on: https://gerrit.libreoffice.org/37743
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/explorer/database/02000000.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/explorer/database/querywizard05.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/explorer/database/querywizard06.xhp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/explorer/database/02000000.xhp b/source/text/shared/explorer/database/02000000.xhp index 6611a8051e..2817517785 100644 --- a/source/text/shared/explorer/database/02000000.xhp +++ b/source/text/shared/explorer/database/02000000.xhp @@ -61,7 +61,7 @@ <paragraph role="listitem" id="par_id3150503" xml-lang="en-US">Print the document by choosing <emph>File - Print</emph>.</paragraph> </listitem> </list> -<paragraph role="tip" id="par_id3153146" xml-lang="en-US">You can also open the data source view (Ctrl+Shift+F4), select the entire database table in the data source view (button in the top left corner of the table), and then drag the selection to a text document or spreadsheet.</paragraph> +<paragraph role="tip" id="par_id3153146" xml-lang="en-US">You can also open the data source view (Ctrl+Shift+F4), select the entire database table in the data source view (click on the top left corner of the table), and then drag the selection to a text document or spreadsheet.</paragraph> <paragraph role="heading" id="hd_id3148946" xml-lang="en-US" level="2"><link href="text/shared/main0212.xhp" name="Sorting and Filtering Data">Sorting and Filtering Data</link></paragraph> <paragraph role="paragraph" id="par_id3149655" xml-lang="en-US">Allows you to sort and filter the data in a query table.</paragraph> <paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="2"><link href="text/shared/explorer/database/02010100.xhp" name="Query Design">Query Design</link></paragraph> diff --git a/source/text/shared/explorer/database/querywizard05.xhp b/source/text/shared/explorer/database/querywizard05.xhp index 12fc8802c8..8f1182e4c2 100644 --- a/source/text/shared/explorer/database/querywizard05.xhp +++ b/source/text/shared/explorer/database/querywizard05.xhp @@ -29,7 +29,7 @@ <body> <section id="grouping"> <paragraph role="heading" id="par_idN10546" xml-lang="en-US" level="1"><link href="text/shared/explorer/database/querywizard05.xhp">Query Wizard - Grouping</link></paragraph> -<paragraph role="paragraph" id="par_idN10556" xml-lang="en-US">Specifies whether to group the query. The data source must support the SQL statement "Order by clauses" to enable this page of the Wizard.</paragraph> +<paragraph role="paragraph" id="par_idN10556" xml-lang="en-US">Specifies whether to group the query. The data source must support the SQL statement "Group by clauses" to enable this page of the Wizard.</paragraph> </section> <embed href="text/shared/autopi/01090100.xhp#vorhandenefelder"/> <embed href="text/shared/autopi/01090100.xhp#uebernehmen"/> diff --git a/source/text/shared/explorer/database/querywizard06.xhp b/source/text/shared/explorer/database/querywizard06.xhp index 18d81439d2..0f5c69f341 100644 --- a/source/text/shared/explorer/database/querywizard06.xhp +++ b/source/text/shared/explorer/database/querywizard06.xhp @@ -32,7 +32,7 @@ <body> <section id="groupingconditions"> <paragraph role="heading" id="par_idN10546" xml-lang="en-US" level="1"><link href="text/shared/explorer/database/querywizard06.xhp">Query Wizard - Grouping Conditions</link></paragraph> -<paragraph role="paragraph" id="par_idN10556" xml-lang="en-US">Specifies the conditions to group the query. The data source must support the SQL statement "Order by clauses" to enable this page of the Wizard.</paragraph> +<paragraph role="paragraph" id="par_idN10556" xml-lang="en-US">Specifies the conditions to group the query. The data source must support the SQL statement "Group by clauses" to enable this page of the Wizard.</paragraph> </section> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_QUERYWIZARD_OPTGROUPMATCHALL" id="bm_id8115176" localize="false"/> <paragraph role="heading" id="par_idN10559" xml-lang="en-US" level="2">Match all of the following</paragraph> |