From 1bc96e1d9c4d372761ac4b6a2891cbcc3768a60f Mon Sep 17 00:00:00 2001 From: Heiko Tietze Date: Mon, 4 May 2020 21:48:17 +0200 Subject: Some improvements to About box and branding * Label left-aligned (tdf#132322) * Long build string cut at 25 chars * Extra text such as Tinderbox info wraps now at Misc * UI-Language shortened to just UI * More padding between about image and text * Splash screen uses Vegur font * Splash with small border * Non-TDF logos have a "Community Edition" text Change-Id: I1ec31e22052e365f28fe91de3e083252975911c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93444 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- cui/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/inc') diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index df99edb217b2..fb5a67ef015d 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -386,7 +386,7 @@ #define RID_SVXSTR_ABOUT_VENDOR NC_("aboutdialog|vendor", "This release was supplied by %OOOVENDOR.") #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-Language: $LOCALE") +#define RID_SVXSTR_ABOUT_UILOCALE NC_("aboutdialog|uilocale", "UI: $LOCALE") #define RID_SVXSTR_EDIT_PATHS NC_("optpathspage|editpaths", "Edit Paths: %1") -- cgit