Skip to content
Snippets Groups Projects
Commit 9477ee32 authored by Friederike Schwager's avatar Friederike Schwager Committed by Friederike Schwager
Browse files

github#8 change title question overview

parent 61f21b58
Branches
Tags
No related merge requests found
......@@ -514,7 +514,7 @@ if ($action === 'unsubscribeQuestion') {
}
}
/* * ****************************************** Mark a question as solved ****************************************** */
/* * ****************************************** Mark a question as closed or an answer as correct ****************************************** */
if ($action === 'markSolved') {
global $DB;
......
......@@ -181,8 +181,8 @@ $string['subscribedanswers'] = 'to my subscribed questions';
$string['allreports'] = 'all reports';
$string['unseenreports'] = 'unread only';
$string['seenreports'] = 'read only';
$string['questionstab'] = 'Unsolved questions';
$string['questionstabicon'] = 'Unsolved questions';
$string['questionstab'] = 'Questions';
$string['questionstabicon'] = 'Questions';
$string['questionstabicon_help'] = 'This page displays all unsolved questions that were asked in this course. You can also choose to see all or all solved questions in this course.';
$string['answerstab'] = 'Answers';
$string['answerstabicon'] = 'Answers';
......
......@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2019070100; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2019070900; // The current module version (Date: YYYYMMDDXX).
$plugin->release = 'PDF Annotator v1.1 release 1';
$plugin->requires = 2016112900; // Requires this Moodle version.
$plugin->cron = 0; // Period for cron to check this module (secs).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment