MDL-39312 Cache lock plugins - fix undefined var and language typo
This commit is contained in:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user