diff options
author | Armin Le Grand (Allotropia) <Armin.Le.Grand@me.com> | 2022-02-25 15:08:00 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@me.com> | 2022-02-25 18:09:04 +0100 |
commit | 419fa8b13eef10297a5fd44012e89fd7af53cf9d (patch) | |
tree | 6b81d6078fd55c1a25f2bf9ea0ed19118fb2b07d /include/svx | |
parent | 40f2aee6584eafcf4cd1d95fcf1f775e5435440d (diff) |
Advanced Diagram support: Support Diagram info at ObjName
Change-Id: I30b1ca95d09ec73d3c21503cc3506141e845bac3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130537
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index a368a4c77906..37b9359959b4 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -25,6 +25,7 @@ #define STR_ObjNameSingulNONE NC_("STR_ObjNameSingulNONE", "Drawing object") #define STR_ObjNamePluralNONE NC_("STR_ObjNamePluralNONE", "Drawing objects") #define STR_ObjNameSingulGRUP NC_("STR_ObjNameSingulGRUP", "Group object") +#define STR_ObjNameSingulDIAGRAM NC_("STR_ObjNameSingulDIAGAM", "Diagram") #define STR_ObjNamePluralGRUP NC_("STR_ObjNamePluralGRUP", "Group objects") #define STR_ObjNameSingulGRUPEMPTY NC_("STR_ObjNameSingulGRUPEMPTY", "Blank group object") #define STR_ObjNamePluralGRUPEMPTY NC_("STR_ObjNamePluralGRUPEMPTY", "Blank group objects") |