? .git
? .gitignore
Index: follow.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/follow/follow.module,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 follow.module
--- follow.module	27 Jul 2009 20:18:09 -0000	1.1.2.7
+++ follow.module	27 Jul 2009 21:14:47 -0000
@@ -197,7 +197,7 @@ function follow_link_title($uid = 0) {
     if ($setting == FOLLOW_NAME) {
       $account = user_load($uid);
       // Set plain to TRUE for realname module support.
-      return t('Follow @name on', array('@name' => theme('username', $account, array('plain' => TRUE))));
+      return t('Follow !name on', array('!name' => theme('username', $account, array('plain' => TRUE))));
     }
     return t('Follow me on');
   }
