Skip to content

Commit

Permalink
MDL-61307 core: Language changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Mar 13, 2018
1 parent e98f0cf commit 801116a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/en/plagiarism.php
Expand Up @@ -29,4 +29,4 @@
$string['manageplagiarism'] = 'Manage plagiarism plugins';
$string['nopluginsinstalled'] = 'No plagiarism plugins are installed.';
$string['plagiarism'] = 'Plagiarism';
$string['privacy:metadata:plagiarism'] = 'The plagiarism subsystem acts as a conduit, passing requets from plugins to the various plagiarism plugins.';
$string['privacy:metadata:plagiarism'] = 'The plagiarism subsystem acts as a channel, passing requests from plugins to the various plagiarism plugins.';
2 changes: 1 addition & 1 deletion lang/en/privacy.php
Expand Up @@ -22,4 +22,4 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$string['privacy:metadata'] = 'The privacy subsystem does not store any data of it\'s own and is designed to act as a conduit between components and the interface used to describe, export, and remove their data.';
$string['privacy:metadata'] = 'The privacy subsystem does not store any data of its own and is designed to act as a channel between components and the interface used to describe, export, and remove their data.';
4 changes: 2 additions & 2 deletions lang/en/tag.php
Expand Up @@ -103,8 +103,8 @@
$string['privacy:metadata:taginstance:tagid'] = 'The link to the tag.';
$string['privacy:metadata:taginstance:ordering'] = 'The relative order of this tag.';
$string['privacy:metadata:taginstance:timecreated'] = 'The time that this tag was linked to the target.';
$string['privacy:metadata:taginstance:timemodified'] = 'The time that this tag was last modified for the target.';
$string['privacy:metadata:taginstance:tiuserid'] = 'Where shared content can be individually tagged by users, tThe owner of the tag instance is stored.';
$string['privacy:metadata:taginstance:timemodified'] = 'The time that this tag was modified for the target.';
$string['privacy:metadata:taginstance:tiuserid'] = 'Where shared content can be individually tagged by users, the owner of the tag instance is stored.';
$string['ptags'] = 'User defined tags (Comma separated)';
$string['relatedblogs'] = 'Most recent blog entries';
$string['relatedtags'] = 'Related tags';
Expand Down

0 comments on commit 801116a

Please sign in to comment.