diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-24 09:49:49 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-24 12:27:37 +0200 |
commit | 910f6928196c97626024dae83db3caed511a2e2b (patch) | |
tree | f6ed0ad780b780f6a80dc923aab7a0f5afac0954 /desktop | |
parent | 527c6e0f416ae9cb971c5ac37b2ab65208c1d5c7 (diff) |
"Basic macros" instead of "$Productname Basic macros"
This might lead to confusion as if there were different macro types depending on the current downstream package name. E.g. "LibreOffice Basic macros" might become "LibreOffice Vendor XY basic macros".
Remove that confusion by using just "Basic macro" in the UI.
Change-Id: Ifc2543bb151e94fc6c6e47d878720dd99294f596
Reviewed-on: https://gerrit.libreoffice.org/76216
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/inc/strings.hrc b/desktop/inc/strings.hrc index 975a0221eaa1..0f027731141a 100644 --- a/desktop/inc/strings.hrc +++ b/desktop/inc/strings.hrc @@ -39,7 +39,7 @@ #define RID_STR_CONF_SCHEMA NC_("RID_STR_CONF_SCHEMA", "Configuration Schema") #define RID_STR_CONF_DATA NC_("RID_STR_CONF_DATA", "Configuration Data") -#define RID_STR_BASIC_LIB NC_("RID_STR_BASIC_LIB", "%PRODUCTNAME Basic Library") +#define RID_STR_BASIC_LIB NC_("RID_STR_BASIC_LIB", "Basic Library") #define RID_STR_DIALOG_LIB NC_("RID_STR_DIALOG_LIB", "Dialog Library") #define RID_STR_CANNOT_DETERMINE_LIBNAME NC_("RID_STR_CANNOT_DETERMINE_LIBNAME", "The library name could not be determined.") |