From f66f6b452aa744b466bb35308d0bb8ed27755056 Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 27 Oct 2023 13:18:00 +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 3669d0a2e..d69625723 100644 --- a/android/source/res/values/strings.xml +++ b/android/source/res/values/strings.xml @@ -8,7 +8,7 @@ Version: %1$s\nBuild ID: %2$s LibreOffice Viewer is a document viewer based on LibreOffice. https://www.libreoffice.org - This release was supplied by $VENDOR. + This file is read-only, saving is disabled. Show License diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index 257fa4ae5..46baf2cab 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -376,7 +376,7 @@ #define RID_SVXSTR_ABOUT_COPYRIGHT NC_("aboutdialog|copyright", "Copyright © 2000–2021 LibreOffice contributors.") #define RID_SVXSTR_ABOUT_CREDITS_URL NC_("aboutdialog|link", "https://www.libreoffice.org/about-us/credits/") -#define RID_SVXSTR_ABOUT_VENDOR NC_("aboutdialog|vendor", "This release was supplied by %OOOVENDOR.") +#define RID_SVXSTR_ABOUT_VENDOR NC_("aboutdialog|vendor", " ") #define RID_SVXSTR_ABOUT_BASED_ON NC_("aboutdialog|libreoffice", "LibreOffice was based on OpenOffice.org.") #define RID_SVXSTR_ABOUT_DERIVED NC_("aboutdialog|derived", "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org") #define RID_SVXSTR_ABOUT_UILOCALE NC_("aboutdialog|uilocale", "UI: $LOCALE") -- 2.41.0