From 59197dea293677b55a6f79a6bcfaaa7ce7c8f97b Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 13 Dec 2013 15:09:40 +0000 Subject: Targetted text updates, with seasonable changes before l10n freeze. Change-Id: If37ef9f68711da3a0aa9a3ba59b111a8a23421df --- desktop/util/officeloader.rc | 2 +- desktop/win32/source/applauncher/launcher.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/util/officeloader.rc b/desktop/util/officeloader.rc index df747b6704bc..aee686d92867 100644 --- a/desktop/util/officeloader.rc +++ b/desktop/util/officeloader.rc @@ -50,7 +50,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "ProductName", "LibreOffice\0" VALUE "OriginalFilename", PPS(RES_APP_NAME) ".exe\0" VALUE "InternalName", PPS(RES_APP_NAME) "\0" - VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0" + VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors. All rights reserved.\0" } } diff --git a/desktop/win32/source/applauncher/launcher.rc b/desktop/win32/source/applauncher/launcher.rc index d2ad4ee2a704..0f8ffeb39b66 100644 --- a/desktop/win32/source/applauncher/launcher.rc +++ b/desktop/win32/source/applauncher/launcher.rc @@ -50,7 +50,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "ProductName", "LibreOffice\0" VALUE "OriginalFilename", PPS(RES_APP_NAME) ".exe\0" VALUE "InternalName", PPS(RES_APP_NAME) "\0" - VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0" + VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors. All rights reserved.\0" } } -- cgit