aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-21 11:07:48 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-21 11:07:48 +0000
commitb6a056305ad04c220eae451037d3c885bf7f1e76 (patch)
tree46197b3aea81e2d508d1ca34b0ee68f0557e3c5f /languages
parentacce3b5e92e4264f39961618a844553e2fdc685b (diff)
downloadelgg-b6a056305ad04c220eae451037d3c885bf7f1e76.tar.gz
elgg-b6a056305ad04c220eae451037d3c885bf7f1e76.tar.bz2
Added safety rail to prevent disabling/deleting of currently viewed site.
git-svn-id: https://code.elgg.org/elgg/trunk@2287 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index 537c6e0a2..655d7285d 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -158,6 +158,8 @@
'SecurityException:authenticationfailed' => "User could not be authenticated",
'CronException:unknownperiod' => '%s is not a recognised period.',
+
+ 'SecurityException:deletedisablecurrentsite' => 'You can not delete or disable the site you are currently viewing!',
/**
* API
*/