]> BookStack Code Mirror - bookstack/commitdiff
Updated chapter delete wording to fit with new logic
authorDan Brown <redacted>
Thu, 17 Dec 2020 02:29:53 +0000 (02:29 +0000)
committerDan Brown <redacted>
Thu, 17 Dec 2020 02:29:53 +0000 (02:29 +0000)
resources/lang/en/entities.php

index f64867a56c31736a1730d58c51f3fe0c088364d1..485ecb7bc55f300ad8a8bfa2c56d973b82f489d9 100644 (file)
@@ -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',