officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu   |    
6 +++---
 officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs |    
4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 9c7b3bded56aba4c6c2fb02c358f2d1ab1bc72fd
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Wed Dec 7 13:19:02 2022 -0600
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Dec 8 03:27:08 2022 +0000

    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 <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

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>

Reply via email to