Skip to content

Commit c46b17b

Browse files
Change strings of plugin-/modulename to collaborative folder (without "s")
1 parent b687336 commit c46b17b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lang/en/collaborativefolders.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
// General.
28-
$string['modulename'] = 'Collaborative folders';
28+
$string['modulename'] = 'Collaborative folder';
2929
$string['modulenameplural'] = 'Collaborative folders';
3030
$string['modulename_help'] = 'Use collaborative folders to create folders in the cloud (ownCloud, Nextcloud) for students for collaborative work. The folder is shared individually with members of the chosen groups as soon as they like. You do not need to collect any email addresses from your participants, everything is automated!';
3131
$string['cachedef_token'] = 'OAuth system client token';
3232
$string['cachedef_userinfo'] = 'OAuth user client user info';
3333
$string['collaborativefolders:addinstance'] = 'Add a new collaborative folder';
3434
$string['collaborativefolders:view'] = 'View a collaborative folder';
3535
$string['collaborativefolders:isteacher'] = 'When viewing, be considered a non-student (with restricted access)';
36-
$string['collaborativefolders'] = 'Collaborative folders';
37-
$string['nocollaborativefolders'] = 'No instance of collaborative folders is active in this course.';
38-
$string['pluginadministration'] = 'Administration of collaborative folders';
39-
$string['pluginname'] = 'Collaborative folders';
36+
$string['collaborativefolders'] = 'Collaborative folder';
37+
$string['nocollaborativefolders'] = 'There are no collaborative folders in this course.';
38+
$string['pluginadministration'] = 'Collaborative folder administration';
39+
$string['pluginname'] = 'Collaborative folder';
4040

4141
// View: Overview.
4242
$string['activityoverview'] = 'Collaborative folder';

0 commit comments

Comments
 (0)