diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-26 13:11:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-26 17:08:18 +0100 |
commit | 4d2849d1f6b55b6be4e342a8cf897c03afdba862 (patch) | |
tree | d66791511f72cd03711287fdb22324c8b55107e6 /include | |
parent | e40ed5a142ca0258efd15f860e8c0e5d2b97cd39 (diff) |
move the label width matching into source
as mentioned in https://gerrit.libreoffice.org/c/core/+/109308
"tdf#119931 Fix accessibility warnings" so the .ui itself is
clean and make this an explicit effort
Change-Id: I782f79f8e3e022c86d860c946ec1426f26f57990
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109955
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/strings.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 95e9690b0b9e..9adfceb7b465 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1752,6 +1752,8 @@ #define RID_SVXSTR_SIGNATURELINE_DSIGNED_BY NC_("RID_SVXSTR_SIGNATURELINE_DSIGNED_BY", "Digitally signed by:") #define RID_SVXSTR_SIGNATURELINE_DATE NC_("RID_SVXSTR_SIGNATURELINE_DATE", "Date: %1") +#define RID_SVXSTR_TRANSPARENCY NC_("RID_SVXSTR_TRANSPARENCY", "Transparency:") + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |