From 5ff815508f2284af849c99f9c2b2ffa015794a70 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 28 Aug 2014 18:31:47 +0100 Subject: [PATCH] MDL-46979 backup: remove duplicate string. Thanks to Matt Sammarco for spotting this. --- lang/en/backup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/en/backup.php b/lang/en/backup.php index 01189fcff12..bede4323ace 100644 --- a/lang/en/backup.php +++ b/lang/en/backup.php @@ -140,7 +140,6 @@ $string['generalgradehistories'] = 'Include histories'; $string['generallogs'] = 'Include logs'; $string['generalquestionbank'] = 'Include question bank'; $string['generalroleassignments'] = 'Include role assignments'; -$string['generalquestionbank'] = 'Include question bank'; $string['generalsettings'] = 'General backup settings'; $string['generaluserscompletion'] = 'Include user completion information'; $string['generalusers'] = 'Include users'; -- 2.11.4.GIT