MDL-25305 typo fix

This commit is contained in:
Helen Foster
2010-11-19 09:22:24 +00:00
parent 6e65fcd9b9
commit dc084e42f9
+2 -2
View File
@@ -46,8 +46,8 @@ $string['editthiscoursetags'] = 'My tags for this course are {$a}';
$string['edittitle'] = 'My tags';
$string['entries'] = 'entries';
$string['entry'] = 'entry';
$string['jserror1'] = 'Tags must have more that one and less than 50 characters. Please adjust your tag.';
$string['jserror2'] = 'Tags cannot contain these special characters - backslash, less than or greater than. Please adjust your tag.';
$string['jserror1'] = 'Tags must have between one and 50 characters. Please adjust your tag.';
$string['jserror2'] = 'Tags cannot contain these special characters - backslash (\), less than (<) or greater than (>). Please adjust your tag.';
$string['login'] = 'log in';
$string['more'] = 'more...';
$string['moreorder'] = 'Order:';