From: dongsheng <dongsheng> Date: Fri, 11 Apr 2008 03:14:43 +0000 (+0000) Subject: MDL-9758, remove 2 useless string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=04dc76409199cba83e480bb59dd51c3ff6ce71f3;p=moodle.git MDL-9758, remove 2 useless string --- diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index 4bf7b77414..c210445607 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -41,8 +41,6 @@ $string['csstemplate'] = 'CSS template'; $string['csvfile'] = 'CSV file'; $string['csvimport'] = 'CSV file import'; $string['data:approve'] = 'Approve unapproved entries'; -$string['data:added'] = '<b>Added date</b>: '; -$string['data:modified'] = '<b>Modified date</b>: '; $string['data:comment'] = 'Write comments'; $string['data:managecomments'] = 'Manage comments'; $string['data:manageentries'] = 'Manage entries';