diff --git a/redis.install b/redis.install
index 7918887..b3e6067 100644
--- a/redis.install
+++ b/redis.install
@@ -30,7 +30,7 @@ function redis_requirements($phase) {
       'title'       => "Redis",
       'value'       => t("Not connected."),
       'severity'    => REQUIREMENT_WARNING,
-      'description' => t("No Redis client connected, this module is useless thereof. Ensure that you enabled module using it or disable it."),
+      'description' => t("No Redis client connected. Please ensure that your Redis connection is working properly. If you are not using a Redis server connection you should disable this module."),
     );
   }
 
