aboutsummaryrefslogtreecommitdiff
path: root/db/mobile.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/mobile.php')
-rw-r--r--db/mobile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/mobile.php b/db/mobile.php
index 3ce7338..6ab61b0 100644
--- a/db/mobile.php
+++ b/db/mobile.php
@@ -35,7 +35,7 @@ $addons = [
'delegate' => 'CoreQuestionDelegate', // Delegate (where to display the link to the add-on).
'method' => 'mobile_get_algebra',
'offlinefunctions' => [
- 'mobile_get_algebra' => [],// function in classes/output/mobile.php
+ 'mobile_get_algebra' => [], // Function in classes/output/mobile.php.
], // Function needs caching for offline.
'styles' => [
'url' => '/question/type/algebra/mobile/styles_app.css',
@@ -44,7 +44,7 @@ $addons = [
]
],
'lang' => [
- ['pluginname', 'qtype_algebra'], // matching value in lang/en/qtype_algebra
+ ['pluginname', 'qtype_algebra'], // Matching value in lang/en/qtype_algebra.
],
]
];