From 5ab0db969027a154c5677f7d09fe08bad9789341 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 17 Dec 2020 02:29:53 +0000 Subject: [PATCH] Updated chapter delete wording to fit with new logic --- resources/lang/en/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/entities.php b/resources/lang/en/entities.php index f64867a56..485ecb7bc 100644 --- a/resources/lang/en/entities.php +++ b/resources/lang/en/entities.php @@ -146,7 +146,7 @@ return [ 'chapters_create' => 'Create New Chapter', 'chapters_delete' => 'Delete Chapter', 'chapters_delete_named' => 'Delete Chapter :chapterName', - 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages will be removed and added directly to the parent book.', + 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.', 'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?', 'chapters_edit' => 'Edit Chapter', 'chapters_edit_named' => 'Edit Chapter :chapterName',