Index: flag.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/Attic/flag.inc,v
retrieving revision 1.1.4.27
diff -u -r1.1.4.27 flag.inc
--- flag.inc	3 Dec 2008 14:07:35 -0000	1.1.4.27
+++ flag.inc	15 Feb 2009 21:12:36 -0000
@@ -764,7 +764,7 @@
    */
   function theme_suggestions() {
     $suggestions = array();
-    $suggestions[] = 'flag_' . $this->name;
+    $suggestions[] = 'flag__' . $this->name;
     $suggestions[] = 'flag';
     return $suggestions;
   }
Index: theme/README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/theme/Attic/README.txt,v
retrieving revision 1.1.4.5
diff -u -r1.1.4.5 README.txt
--- theme/README.txt	28 Dec 2008 17:03:48 -0000	1.1.4.5
+++ theme/README.txt	15 Feb 2009 21:12:36 -0000
@@ -22,7 +22,7 @@
 Template variants
 -----------------
 In addition, the theme layer will first look for the template
-'flag-<FLAG_NAME>.tpl.php' before it turns to 'flag.tpl.php'. This too
+'flag--<FLAG_NAME>.tpl.php' before it turns to 'flag.tpl.php'. This too
 you should place in your theme's folder.
 
 
