From 8f400405d66778fcf0dd37abe539f65b6d8bddac Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 12 Nov 2010 14:28:59 +0000 Subject: [PATCH] MDL-25166 Oops sorry the previous commit introduced a new string that is not needed actually --- admin/report/customlang/lang/en/report_customlang.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/report/customlang/lang/en/report_customlang.php b/admin/report/customlang/lang/en/report_customlang.php index 4e86542f97a..d90acaeacc7 100644 --- a/admin/report/customlang/lang/en/report_customlang.php +++ b/admin/report/customlang/lang/en/report_customlang.php @@ -28,7 +28,6 @@ defined('MOODLE_INTERNAL') || die(); $string['checkin'] = 'Check in strings into disk'; $string['checkout'] = 'Check out strings into translator'; -$string['chooselangtocustomize'] = 'Choose language to customize'; $string['confirmcheckin'] = 'You are about to check in modified strings into your local language pack. This will export the customized strings from the translator into the data directory and Moodle will start using the modified strings. Press \'Continue\' button to proceed check in.'; $string['customlang:edit'] = 'Edit local translation'; $string['customlang:view'] = 'View local translation';