From bfc47545287facda8260143acf5ff84ea7e79aa1 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Wed, 3 Mar 2021 21:20:37 -0600 Subject: [PATCH] Remove more improper ellipses and fix a couple of capitalizations Change-Id: I3cea0b968dd38d93381268c6b0ede5c90dc8a5a9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111945 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/sbasic/python/python_dialogs.xhp | 4 ++-- source/text/sbasic/shared/03/lib_euro.xhp | 2 +- source/text/sbasic/shared/03/lib_gimmicks.xhp | 2 +- source/text/sbasic/shared/03/lib_importwiz.xhp | 2 +- source/text/sbasic/shared/03/sf_l10n.xhp | 4 ++-- source/text/scalc/00/00000407.xhp | 2 +- source/text/swriter/01/05030800.xhp | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/source/text/sbasic/python/python_dialogs.xhp b/source/text/sbasic/python/python_dialogs.xhp index 7f728b4950..844e206ad0 100644 --- a/source/text/sbasic/python/python_dialogs.xhp +++ b/source/text/sbasic/python/python_dialogs.xhp @@ -25,7 +25,7 @@ %PRODUCTNAME static dialogs are created with the Dialog editor and are stored in varying places according to their personal (My Macros), shared (%PRODUCTNAME Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other %PRODUCTNAME supported language for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity.

My Macros or %PRODUCTNAME Macros dialogs

- The examples below open Access2Base Trace console or the imported TutorialsDialog dialog with Tools – Macros – Run Macro... menu: + The examples below open Access2Base Trace console or the imported TutorialsDialog dialog with Tools - Macros - Run Macro menu: # -*- coding: utf-8 -*- from __future__ import unicode_literals @@ -49,7 +49,7 @@ g_exportedScripts = (consoleDlg, tutorDialog)

Document embedded dialogs

- The example below opens a newly edited Dialog1 dialog from a document with Tools – Macros – Run Macro... menu: + The example below opens a newly edited Dialog1 dialog from a document with Tools - Macros - Run Macro menu: # -*- coding: utf-8 -*- from __future__ import unicode_literals diff --git a/source/text/sbasic/shared/03/lib_euro.xhp b/source/text/sbasic/shared/03/lib_euro.xhp index 95ec262070..d975c69d40 100644 --- a/source/text/sbasic/shared/03/lib_euro.xhp +++ b/source/text/sbasic/shared/03/lib_euro.xhp @@ -31,7 +31,7 @@ Euro.AutoPilotRun.StartAutoPilot Euro.ConvertRun.Main - Selecting the Euro Converter… wizard loads the following libraries in memory: + Selecting the Euro Converter wizard loads the following libraries in memory: Euro ImportWizard diff --git a/source/text/sbasic/shared/03/lib_gimmicks.xhp b/source/text/sbasic/shared/03/lib_gimmicks.xhp index 4473e35678..01c7d0171d 100644 --- a/source/text/sbasic/shared/03/lib_gimmicks.xhp +++ b/source/text/sbasic/shared/03/lib_gimmicks.xhp @@ -30,7 +30,7 @@ GlobalScope.BasicLibraries.LoadLibrary("Gimmicks")

Description

- The Gimmicks library is used by the AutoText... wizard. + The Gimmicks library is used by the AutoText wizard. Its entry points are: Gimmicks.AutoText.Main diff --git a/source/text/sbasic/shared/03/lib_importwiz.xhp b/source/text/sbasic/shared/03/lib_importwiz.xhp index 663bd49d1e..cd327b4706 100644 --- a/source/text/sbasic/shared/03/lib_importwiz.xhp +++ b/source/text/sbasic/shared/03/lib_importwiz.xhp @@ -25,7 +25,7 @@

Description

- The ImportWizard library is used by the Document converter... wizard. + The ImportWizard library is used by the Document Converter wizard. Its entry point is: ImportWizard.Main.Main diff --git a/source/text/sbasic/shared/03/sf_l10n.xhp b/source/text/sbasic/shared/03/sf_l10n.xhp index 9dc27284fb..fd84b0f71e 100644 --- a/source/text/sbasic/shared/03/sf_l10n.xhp +++ b/source/text/sbasic/shared/03/sf_l10n.xhp @@ -36,10 +36,10 @@ - The L10N service is based on the GNU implementation of PO (portable object) files. To learn more about this file format, visit GNU GetText Utilities: PO Files. + The L10N service is based on the GNU implementation of PO (portable object) files. To learn more about this file format, visit GNU gettext Utilities: PO Files. PO files have long been promoted in the free software community as a means to providing multilingual user interfaces. This is accomplished through the use of human-readable text files with a well defined structure that specifies, for any given language, the source language string and the localized string. The main advantage of the PO format is dissociation of the programmer and the translator. PO files are independent text files, so the programmer can send POT template files to translators, who will then translate their contents and return the translated PO files for each supported language. - This service implements the 3 methods listed below: + This service implements the three methods listed below: AddText: Used by the programmer to build a set of strings that will be translated later. diff --git a/source/text/scalc/00/00000407.xhp b/source/text/scalc/00/00000407.xhp index 1e21e09df1..c6ba07932e 100644 --- a/source/text/scalc/00/00000407.xhp +++ b/source/text/scalc/00/00000407.xhp @@ -26,7 +26,7 @@

Window Menu

-Choose >View - Split Window. +Choose View - Split Window. Choose View - Freeze Rows and Columns. Choose View - Freeze Cells - Freeze First Column Choose View - Freeze Cells - Freeze First Row diff --git a/source/text/swriter/01/05030800.xhp b/source/text/swriter/01/05030800.xhp index ed29c23cca..1899f2d7d9 100644 --- a/source/text/swriter/01/05030800.xhp +++ b/source/text/swriter/01/05030800.xhp @@ -57,8 +57,8 @@ Edit Style Edit the properties of the selected numbering style. These properties will apply to all paragraphs formatted with the given numbering style. - This button is disabled when Chapter Numbering is applied. Choose Tools - Chapter Numbering... to edit the outline level and numbering style. -Outline level and Numbering Style are independent of each other. Use Tools - Chapter Numbering... to assign numbering styles to paragraph styles. + This button is disabled when Chapter Numbering is applied. Choose Tools - Chapter Numbering to edit the outline level and numbering style. +Outline level and Numbering Style are independent of each other. Use Tools - Chapter Numbering to assign numbering styles to paragraph styles. This section only appears when you edit the properties of the current paragraph by choosing Format - Paragraph. Restart at this paragraph