MDL-43978 badges: Fix lang string

This commit is contained in:
Yuliya Bozhko 2014-02-07 09:11:15 +13:00
parent a2a114bd6a
commit 3193b97e05

View File

@ -223,7 +223,7 @@ $string['error:connectionunknownreason'] = 'The connection was unsuccessful but
$string['error:clone'] = 'Cannot clone the badge.';
$string['error:duplicatename'] = 'Badge with such name already exists in the system.';
$string['error:externalbadgedoesntexist'] = 'Badge not found';
$string['error:guestuseraccess'] = 'You are currently using guest access. To see badges you need to login with your user account.';
$string['error:guestuseraccess'] = 'You are currently using guest access. To see badges you need to log in with your user account.';
$string['error:invalidbadgeurl'] = 'Invalid badge issuer URL format.';
$string['error:invalidcriteriatype'] = 'Invalid criteria type.';
$string['error:invalidexpiredate'] = 'Expiry date has to be in the future.';