diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-12-07 13:19:02 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-12-08 03:27:08 +0000 |
commit | 9c7b3bded56aba4c6c2fb02c358f2d1ab1bc72fd (patch) | |
tree | c1966c16d626925c4db2bc8b9994b522d33beb97 /officecfg | |
parent | ad085990b8073a122ac5222e5220f8f1d6826dcf (diff) |
Tweak recently introduced strings according to typography guidelines…
... and to solve a long-standing typo that went unnoticed
Change-Id: Ic129550627267300f689fd2fc9f55749b355a6f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143797
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu | 6 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu b/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu index f9a9ea5e3546..8f93e4843d69 100644 --- a/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu +++ b/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu @@ -63,19 +63,19 @@ The current presentation contains no OLE objects.</value> <value xml:lang="en-US">OK</value> </prop> <prop oor:name="STR_INFO_PRIMARY"> - <value xml:lang="en-US">Successfully updated the presentation '%TITLE'.</value> + <value xml:lang="en-US">Successfully updated the presentation “%TITLE”.</value> </prop> <prop oor:name="STR_INFO_SECONDARY_1"> <value xml:lang="en-US">The file size has changed from %OLDFILESIZE MB to %NEWFILESIZE MB.</value> </prop> <prop oor:name="STR_INFO_SECONDARY_2"> - <value xml:lang="en-US">The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB.</value> + <value xml:lang="en-US">The file size has changed from %OLDFILESIZE MB to approximately %NEWFILESIZE MB.</value> </prop> <prop oor:name="STR_INFO_SECONDARY_3"> <value xml:lang="en-US">The file size has changed to %NEWFILESIZE MB.</value> </prop> <prop oor:name="STR_INFO_SECONDARY_4"> - <value xml:lang="en-US">The file size has changed to approximated %NEWFILESIZE MB.</value> + <value xml:lang="en-US">The file size has changed to approximately %NEWFILESIZE MB.</value> </prop> <prop oor:name="STR_DUPLICATING_PRESENTATION"> <value xml:lang="en-US">Duplicating presentation...</value> diff --git a/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs b/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs index 8a6eadb7c3a8..683cf47c359a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs @@ -193,7 +193,7 @@ The current presentation contains no OLE objects.</value> </prop> <prop oor:name="STR_INFO_SECONDARY_2" oor:type="xs:string" oor:localized="true"> <info><desc>String STR_INFO_SECONDARY_2.</desc></info> - <value>The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB.</value> + <value>The file size has changed from %OLDFILESIZE MB to approximately %NEWFILESIZE MB.</value> </prop> <prop oor:name="STR_INFO_SECONDARY_3" oor:type="xs:string" oor:localized="true"> <info><desc>String STR_INFO_SECONDARY_3.</desc></info> @@ -201,7 +201,7 @@ The current presentation contains no OLE objects.</value> </prop> <prop oor:name="STR_INFO_SECONDARY_4" oor:type="xs:string" oor:localized="true"> <info><desc>String STR_INFO_SECONDARY_4.</desc></info> - <value>The file size has changed to approximated %NEWFILESIZE MB.</value> + <value>The file size has changed to approximately %NEWFILESIZE MB.</value> </prop> <prop oor:name="STR_DUPLICATING_PRESENTATION" oor:type="xs:string" oor:localized="true"> <info><desc>String STR_DUPLICATING_PRESENTATION.</desc></info> |