Index: fivestar.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/fivestar/fivestar.module,v
retrieving revision 1.13.2.26
diff -u -r1.13.2.26 fivestar.module
--- fivestar.module	19 Apr 2008 05:59:17 -0000	1.13.2.26
+++ fivestar.module	20 Aug 2008 08:26:54 -0000
@@ -985,7 +985,7 @@
     'stars' => variable_get('fivestar_stars_'. $node->type, 5),
     'allow_clear' => variable_get('fivestar_unvote_'. $node->type, FALSE),
     'style' => variable_get('fivestar_style_'. $node->type, 'average'),
-    'text' => variable_get('fivestar_text_'. $node->type, 'combo'),
+    'text' => variable_get('fivestar_text_'. $node->type, 'dual'),
     'content_type' => $content_type,
     'content_id' => $content_id,
     'autosubmit' => TRUE,
@@ -1580,7 +1580,7 @@
     // If the user has setup this content type to use smart stars, display
     // the smart version instead of just the average.
     'style' => variable_get('fivestar_style_'. $node_type, 'average') != 'smart' ? 'average' : 'smart',
-    'text' => $summary ? variable_get('fivestar_text_'. $node_type, 'combo') : 'none',
+    'text' => $summary ? variable_get('fivestar_text_'. $node_type, 'dual') : 'none',
     'content_type' => $content_type,
     'content_id' => $content_id,
     'autosubmit' => TRUE,

