From f28b83ecea3bb25fb8434699a2217da9532bc31a Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 13 Mar 2014 15:27:07 +0800 Subject: [PATCH] MDL-33653 quiz: remove unused string --- lang/en/question.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/en/question.php b/lang/en/question.php index e67ee8b093b..b1f6385930c 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -230,7 +230,6 @@ $string['novirtualquestiontype'] = 'No virtual question type for question type { $string['numqas'] = 'No. question attempts'; $string['numquestions'] = 'No. questions'; $string['numquestionsandhidden'] = '{$a->numquestions} (+{$a->numhidden} hidden)'; -$string['openpreviewfromform'] = '{$a} Preview'; $string['orphanedquestionscategory'] = 'Questions saved from deleted categories'; $string['orphanedquestionscategoryinfo'] = 'Occasionally, typically due to old software bugs, questions can remain in the database even though the corresponding question category has been deleted. Of course, this should not happen, it has happened in the past on this site. This category has been created automatically, and the orphaned questions moved here so that you can manage them. Note that any images or media files used by these questions have probably been lost.'; $string['page-question-x'] = 'Any question page';