Index: dmemcache.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/memcache/dmemcache.inc,v
retrieving revision 1.1.2.7.2.14
diff -u -p -r1.1.2.7.2.14 dmemcache.inc
--- dmemcache.inc	26 Aug 2010 22:17:48 -0000	1.1.2.7.2.14
+++ dmemcache.inc	21 Sep 2010 07:49:12 -0000
@@ -260,7 +260,7 @@ function dmemcache_object($bin = NULL, $
         $memcache = new Memcache;
       }
       else {
-        drupal_set_message(t('You must enable the PECL memcached or memcache extension to use memcache.inc.'), 'error');
+        drupal_set_message('You must enable the PECL memcached or memcache extension to use memcache.inc.', 'error');
         return;
       }
       // A variable to track whether we've connected to the first server.
