From e4f1dd46b0f74bb1f6fbc38d5aa60c0304cd7018 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 6 May 2014 12:03:44 +0800 Subject: [PATCH] MDL-45412 Cache: Mongo DB string change (older is less than) --- cache/stores/mongodb/lang/en/cachestore_mongodb.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache/stores/mongodb/lang/en/cachestore_mongodb.php b/cache/stores/mongodb/lang/en/cachestore_mongodb.php index 5af0c73cc6c..d29525c64dd 100644 --- a/cache/stores/mongodb/lang/en/cachestore_mongodb.php +++ b/cache/stores/mongodb/lang/en/cachestore_mongodb.php @@ -28,7 +28,7 @@ $string['extendedmode'] = 'Use extended keys'; $string['extendedmode_help'] = 'If enabled full key sets will be used when working with the plugin. This isn\'t used internally yet but would allow you to easily search and investigate the MongoDB plugin manually if you so choose. Turning this on will add an small overhead so should only be done if you require it.'; $string['password'] = 'Password'; $string['password_help'] = 'The password of the user being used for the connection.'; -$string['pleaseupgrademongo'] = 'You are using an old version of the PHP Mongo extension (> 1.3). Support for old versions of the Mongo extension will be dropped in the future. Please consider upgrading.'; +$string['pleaseupgrademongo'] = 'You are using an old version of the PHP Mongo extension (< 1.3). Support for old versions of the Mongo extension will be dropped in the future. Please consider upgrading.'; $string['pluginname'] = 'MongoDB'; $string['replicaset'] = 'Replica set'; $string['replicaset_help'] = 'The name of the replica set to connect to. If this is given the master will be determined by using the ismaster database command on the seeds, so the driver may end up connecting to a server that was not even listed.'; @@ -41,4 +41,4 @@ $string['username_help'] = 'The username to use when making a connection.'; $string['usesafe'] = 'Use safe'; $string['usesafe_help'] = 'If enabled the usesafe option will be used during insert, get, and remove operations. If you\'ve specified a replica set this will be forced on anyway.'; $string['usesafevalue'] = 'Use safe value'; -$string['usesafevalue_help'] = 'You can choose to provide a specific value for use safe. This will determine the number of servers that operations must be completed on before they are deemed to have been completed.'; \ No newline at end of file +$string['usesafevalue_help'] = 'You can choose to provide a specific value for use safe. This will determine the number of servers that operations must be completed on before they are deemed to have been completed.';