Index: theme/README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/theme/Attic/README.txt,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 README.txt
--- theme/README.txt	5 Sep 2008 15:18:24 -0000	1.1.2.2
+++ theme/README.txt	15 Feb 2009 21:12:51 -0000
@@ -21,7 +21,7 @@
 Template variants[3]
 -----------------
 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.[2][1]
 
 
Index: flag.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/Attic/flag.inc,v
retrieving revision 1.1.2.27
diff -u -r1.1.2.27 flag.inc
--- flag.inc	3 Dec 2008 14:09:59 -0000	1.1.2.27
+++ flag.inc	15 Feb 2009 21:12:51 -0000
@@ -764,7 +764,7 @@
    */
   function theme_suggestions() {
     $suggestions = array();
-    $suggestions[] = 'flag_' . $this->name;
+    $suggestions[] = 'flag__' . $this->name;
     $suggestions[] = 'flag';
     return $suggestions;
   }
