sd/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d21a9968728295736e63bfc53eb83ee162dafae7 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Mon Aug 23 22:41:25 2021 +0200 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Tue Aug 24 10:36:02 2021 +0200 tdf#144032: fix STR_ASK_DELETE_LAYER Like this since initial import Change-Id: Ie1b475e594860480159d4dea0d401f33b28adab2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120929 Tested-by: Jenkins Reviewed-by: Sophie Gautier <so...@libreoffice.org> Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index e1f9f0706930..4103cc7e452b 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -84,7 +84,7 @@ #define STR_UNDO_DELETEPAGES NC_("STR_UNDO_DELETEPAGES", "Delete slides") #define STR_UNDO_DELETEPAGES_DRAW NC_("STR_UNDO_DELETEPAGES_DRAW", "Delete pages") #define STR_UNDO_INSERTPAGES NC_("STR_UNDO_INSERTPAGES", "Insert slides") -#define STR_ASK_DELETE_LAYER NC_("STR_ASK_DELETE_LAYER", "Are you sure you want to delete the level \"$\"?\nNote: All objects on this level will be deleted!") +#define STR_ASK_DELETE_LAYER NC_("STR_ASK_DELETE_LAYER", "Are you sure you want to delete the layer \"$\"?\nNote: All objects on this layer will be deleted!") #define STR_ASK_DELETE_ALL_PICTURES NC_("STR_ASK_DELETE_ALL_PICTURES", "Do you really want to delete all images?") #define STR_UNDO_CHANGE_TITLE_AND_LAYOUT NC_("STR_UNDO_CHANGE_TITLE_AND_LAYOUT", "Modify title and outline") #define STR_WAV_FILE NC_("STR_WAV_FILE", "Audio")