bdaloukas / moodle-mod_game

moodle-mod_game
GNU General Public License v3.0
15 stars 40 forks source link

Typo in language string #32

Closed temin closed 2 years ago

temin commented 4 years ago

While translating Game plug-in I've noticed a typo in original string: $string[ 'cross_correct'] = 'corrert character';

markfromdel commented 2 years ago

Checking lang/en/game.php, this appears to have been resolved.

// File cross/crossdb_class.php. $string[ 'and'] = 'and'; $string[ 'cross_correct'] = 'correct character'; $string[ 'cross_corrects'] = 'correct characters';

This can be marked as closed if this meets the requirements of @temin .