MDL-79543 h5pactivity: Remove review_all_attempts string

This string became obsolete in Moodle 4.0 due to changes in course
navigation. Since then, it has remained unused and can now be safely
removed, as it is unlikely to be needed in the future.
This commit is contained in:
Sara Arjona 2024-01-29 10:30:38 +01:00
parent 68aba64d35
commit 6e8d1454ba
No known key found for this signature in database

View file

@ -127,7 +127,6 @@ $string['result_other'] = 'Unknown interaction type';
$string['result_sequencing_choice'] = 'Positions'; $string['result_sequencing_choice'] = 'Positions';
$string['result_sequencing_answer'] = 'Position value'; $string['result_sequencing_answer'] = 'Position value';
$string['result_sequencing_position'] = '#{$a}'; $string['result_sequencing_position'] = '#{$a}';
$string['review_all_attempts'] = 'View all attempts ({$a} submitted)';
$string['review_mode'] = 'Review attempts'; $string['review_mode'] = 'Review attempts';
$string['review_my_attempts'] = 'View my attempts'; $string['review_my_attempts'] = 'View my attempts';
$string['review_user_attempts'] = 'View user attempts ({$a})'; $string['review_user_attempts'] = 'View user attempts ({$a})';