diff options
-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> |