Skip to content

Commit

Permalink
Merge pull request #30 from lucaboesch/lackingstring
Browse files Browse the repository at this point in the history
Rename string to "rsync:managefiles", is otherwise missing.
  • Loading branch information
lucaboesch authored Jan 9, 2024
2 parents 93b63c9 + 6bac857 commit 54bb92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/local_rsync.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
defined('MOODLE_INTERNAL') || die();

$string['pluginname'] = 'rsync web service';
$string['local/rsync:managefiles'] = 'Manage courses using the rsync web service';
$string['rsync:managefiles'] = 'Manage courses using the rsync web service';
$string['successmessage_file_upload'] = 'Added file {$a->file} to course id {$a->courseid} in section {$a->coursesection} by user {$a->username}.';

$string['successmessage_section_visibility'] = 'Successfully {$a->visibility} section {$a->sectionnumber} in course with the id {$a->courseid} by user {$a->username}.';
Expand Down

0 comments on commit 54bb92f

Please sign in to comment.