MDL-39312 Cache lock plugins - fix undefined var and language typo

This commit is contained in:
Damyon Wiese
2013-05-01 10:51:32 +08:00
parent a6b274b232
commit 25927c42ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ $string['lockingmeans'] = 'Locking mechanism';
$string['lockmethod'] = 'Lock method';
$string['lockmethod_help'] = 'This is the method used for locking when required of this store.';
$string['lockname'] = 'Name';
$string['locknamedesc'] = 'The name must be unique and can on consist of the characters: a-zA-Z_';
$string['locknamedesc'] = 'The name must be unique and can only consist of the characters: a-zA-Z_';
$string['locknamenotunique'] = 'The name you have selected is not unique. Please select a unique name.';
$string['locksummary'] = 'Summary of cache lock instances.';
$string['locktype'] = 'Type';