From 3566e4ed87627051720afc5ffb75c1f196030e7a Mon Sep 17 00:00:00 2001 From: scott1702 Date: Mon, 3 Aug 2015 14:39:08 +1200 Subject: [PATCH] Update archive warning to include children pages --- javascript/lang/en.js | 2 +- javascript/lang/src/en.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/lang/en.js b/javascript/lang/en.js index 5007758b..997211f8 100644 --- a/javascript/lang/en.js +++ b/javascript/lang/en.js @@ -38,7 +38,7 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') { "Tree.ShowAsList": "Show children as list", "CMSMain.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?", "CMSMain.RollbackToVersion": "Do you really want to roll back to version #%s of this page?", - "CMSMain.Archive": "Are you sure you want to archive this page?\n\nThe page will be unpublished and sent to the archive.", + "CMSMain.Archive": "Are you sure you want to archive this page and all of its children pages?\n\nThis page and all of its children will be unpublished and sent to the archive.", "CMSMain.Restore": "Are you sure you want to restore this page from archive?", "CMSMain.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.", "CMSMain.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.", diff --git a/javascript/lang/src/en.js b/javascript/lang/src/en.js index 405324b5..980e5916 100644 --- a/javascript/lang/src/en.js +++ b/javascript/lang/src/en.js @@ -33,7 +33,7 @@ "Tree.ShowAsList": "Show children as list", "CMSMain.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?", "CMSMain.RollbackToVersion": "Do you really want to roll back to version #%s of this page?", - "CMSMain.Archive": "Are you sure you want to archive this page?\n\nThe page will be unpublished and sent to the archive.", + "CMSMain.Archive": "Are you sure you want to archive this page and all of its children pages?\n\nThis page and all of its children will be unpublished and sent to the archive.", "CMSMain.Restore": "Are you sure you want to restore this page from archive?", "CMSMain.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.", "CMSMain.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",