From d5105a56bb073c59375fc0cb0eb1af64e0c51ca7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 12 Aug 2009 16:31:28 +0000 Subject: [PATCH] Improve the delete asset i18n message to mention children. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 4cc6b3a5c..d2c484a9b 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.7.17 + - fixed i18n message for delete assets doesn't mention children. - fixed #10752: Missing SQL Report download group default - fixed: #9595: Gallery layout corruption with old browsers - fixed #10753: Admin Bar will only display 1 title at a time diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index ec529ad72..f10b27505 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -837,8 +837,8 @@ case of the check box list, then enter one per line. The total amount of data i message => q|Hide from navigation?| }, '43' => { - lastUpdated => 1149960436, - message => q|Are you certain that you wish to delete this content? Note that this change is not versioned and will take place immediately.| + message => q|Are you certain that you wish to delete this content, and all content below it? Note that this change is not versioned and will take place immediately.| + lastUpdated => 1250091423, }, '940' => { lastUpdated => 1050438829,