diff options
author | Sarper Akdemir <sarper.akdemir.extern@allotropia.de> | 2023-11-09 20:18:44 +0300 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-02-22 09:47:34 +0100 |
commit | c4c1ca58bb587a56a30c7f4817c346054ce37f2a (patch) | |
tree | 19336e40fe0b3046b73a2b0eb094297f21092da4 /sd/inc | |
parent | 3aa7b8e722f1a5dd35247bba3497468b256fe22b (diff) |
tdf#33603: sd: add notes panel for normal view
Change-Id: Ibc6e8a3f126c443453c5ecab52ba988a4f4f56e6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159288
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index 08a5bb7cc8ce..5056a8030966 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -289,6 +289,7 @@ #define STR_PRESOBJ_OUTLINE NC_("STR_PRESOBJ_OUTLINE", "Click to add Text" ) #define STR_PRESOBJ_TEXT NC_("STR_PRESOBJ_TEXT", "Click to add Text" ) #define STR_PRESOBJ_NOTESTEXT NC_("STR_PRESOBJ_NOTESTEXT", "Click to add Notes" ) +#define STR_PRESOBJ_NOTESTEXT_MISSING NC_("STR_PRESOBJ_NOTESTEXT_MISSING", "Notes placeholder object is missing for the current slide." ) #define STR_PRESOBJ_TITLE_MOBILE NC_("STR_PRESOBJ_TITLE_MOBILE", "Double-tap to add Title" ) #define STR_PRESOBJ_OUTLINE_MOBILE NC_("STR_PRESOBJ_OUTLINE_MOBILE", "Double-tap to add Text" ) #define STR_PRESOBJ_TEXT_MOBILE NC_("STR_PRESOBJ_TEXT_MOBILE", "Double-tap to add Text" ) |