From 0ead4ee0df9b6a8bc520cfbeb7929fbb2485be87 Mon Sep 17 00:00:00 2001 From: defacer Date: Sat, 28 May 2005 18:29:40 +0000 Subject: [PATCH] NEW STRING ADDED for admin/blocks.php One string we no longer use removed. (merged from STABLE) --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index d481eb2c22c..87b7d7596fc 100755 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -104,7 +104,7 @@ $string['helpweekenddays'] = 'Which days of the week are treated as \"weekend\" $string['importtimezones'] = 'Update complete list of timezones'; $string['importtimezonescount'] = '$a->count entries imported from $a->source'; $string['importtimezonesfailed'] = 'No sources found! (Bad news)'; -$string['nodstpresetsexist'] = 'DST support is disabled for all users because there are no DST presets defined. You can define some presets using the button below.'; +$string['incompatibleblocks'] = 'Incompatible Blocks'; $string['optionalmaintenancemessage'] = 'Optional maintenance messsage'; $string['pleaseregister'] = 'Please register your site to remove this button'; $string['sitemaintenance'] = 'The site is undergoing maintenance and is currently not available';