Skip to content

Commit 6b9fd95

Browse files
Small string improvements
1 parent e339851 commit 6b9fd95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/en/moodleoverflow.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@
440440
$string['approve'] = 'Approve';
441441
$string['reject'] = 'Reject';
442442
$string['reviewpossibleaftertime'] = 'Review possible after (secs)';
443-
$string['reviewpossibleaftertime_desc'] = 'A teacher can only reject or approve a post at least this amount of time (in seconds) after the creation of the post. After a teacher has approved a post, the post cannot be edited by it\'s author anymore, even if still within the maxeditingtime duration.';
444-
$string['pending_review_but_cannot_now'] = 'Pending review, but can only be approved at least {$a} after the creation of this post to allow the author a bit of time to edit it.';
443+
$string['reviewpossibleaftertime_desc'] = 'A teacher cannot reject or approve a post until this amount of time (in seconds) after the creation of the post. After a teacher has approved a post, the post cannot be edited by it\'s author anymore, even if still within the maxeditingtime duration.';
444+
$string['pending_review_but_cannot_now'] = 'Pending review, but cannot be approved until {$a} after the creation of this post to allow the author a bit of time to edit it.';
445445

446446
$string['review_needed'] = 'Review needed!';
447447

0 commit comments

Comments
 (0)