Index: flag.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/Attic/flag.module,v
retrieving revision 1.11.2.72.2.29
diff -u -r1.11.2.72.2.29 flag.module
--- flag.module	3 Nov 2009 03:09:05 -0000	1.11.2.72.2.29
+++ flag.module	30 Nov 2009 07:39:53 -0000
@@ -1049,7 +1049,7 @@
 
   // Replace the link with the access denied text if unable to flag.
   if ($action == 'unflag' && !$flag->access($content_id, 'unflag')) {
-    $link['title'] = $flag->get_label('unflag_denied_text');
+    $link['title'] = $flag->get_label('unflag_denied_text', $content_id);
     unset($link['href']);
   }
 
