diff --git a/lang/en_utf8/question.php b/lang/en_utf8/question.php
index 1020a2c6036..caced236473 100644
--- a/lang/en_utf8/question.php
+++ b/lang/en_utf8/question.php
@@ -154,10 +154,13 @@ $string['questioncatsfor'] = 'Question Categories for \'$a\'';
$string['questiondoesnotexist'] = 'This question does not exist';
$string['questionsaveerror'] = 'Errors occur during saving question - ($a)';
$string['questionsmovedto'] = 'Questions still in use moved to "$a" in the parent course category.';
+$string['questionname'] = 'Question name';
$string['questionsrescuedfrom'] = 'Questions saved from context $a.';
$string['questionsrescuedfrominfo'] = 'These questions (some of which may be hidden) were saved when context $a was deleted because they are still used by some quizzes or other activities.';
+$string['questiontype'] = 'Question type';
$string['questionuse'] = 'Use question in this activity';
$string['saveflags'] = 'Save the state of the flags';
+$string['selectquestionsforbulk'] = 'Select questions for bulk actions';
$string['shareincontext'] = 'Share in context for $a';
$string['tofilecategory'] = 'Write category to file';
$string['tofilecontext'] = 'Write context to file';
diff --git a/question/editlib.php b/question/editlib.php
index 48084486b21..38fd056f7c8 100644
--- a/question/editlib.php
+++ b/question/editlib.php
@@ -155,19 +155,26 @@ abstract class question_bank_column_base {
$sortable = $this->is_sortable();
$name = $this->get_name();
$title = $this->get_title();
+ $tip = $this->get_tip();
if (is_array($sortable)) {
if ($title) {
echo '