From 0ce38092c32bbbd2dac1a322b98daff56d9b4ad2 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 12 May 2024 21:01:39 +0300 Subject: [PATCH] Cleanup vendor in aboutdialog --- android/source/res/values/strings.xml | 2 +- cui/inc/strings.hrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml index 5d280ca50..efb13ce3b 100644 --- a/android/source/res/values/strings.xml +++ b/android/source/res/values/strings.xml @@ -8,7 +8,7 @@ Version: %1$s<br>Build ID: <a href="https://hub.libreoffice.org/git-core/%2$s">%2$s</a> LibreOffice Viewer is a document viewer based on LibreOffice. https://www.libreoffice.org - This release was supplied by $VENDOR. + This file is read-only. Show License diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index 52c4a7e42..7ecef24a4 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -359,7 +359,7 @@ #define RID_CUISTR_CANNOTCONVERTURL_ERR NC_("RID_SVXSTR_CANNOTCONVERTURL_ERR", "The URL <%1> cannot be converted to a filesystem path.") #define RID_CUISTR_ABOUT_COPYRIGHT NC_("aboutdialog|copyright", "Copyright © 2000–2024 LibreOffice contributors.") -#define RID_CUISTR_ABOUT_VENDOR NC_("aboutdialog|vendor", "This release was supplied by %OOOVENDOR.") +#define RID_CUISTR_ABOUT_VENDOR NC_("aboutdialog|vendor", " ") #define RID_CUISTR_ABOUT_BASED_ON NC_("aboutdialog|libreoffice", "LibreOffice was based on OpenOffice.org.") #define RID_CUISTR_ABOUT_DERIVED NC_("aboutdialog|derived", "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org") #define RID_CUISTR_ABOUT_UILOCALE NC_("aboutdialog|uilocale", "UI: $LOCALE") -- 2.44.0