--- typogrify.module.ORIG	2009-03-21 10:04:08.000000000 -0400
+++ typogrify.module	2009-03-21 21:22:35.000000000 -0400
@@ -183,7 +183,11 @@ function _typogrify_settings($format) {
       '#type' => 'select',
       '#title' => t('Hyphenation settings for SmartyPants'),
       '#default_value' => variable_get("marksmarty_smarty_hyphens_$format", 0),
-      '#options' => array(0 => t('"--" for em-dashes; no en-dash support'), 1 => t('"---" for em-dashes; "--" for en-dashes'), 2 => t('"--" for em-dashes; "---" for en-dashes')),
+      '#options' => array(
+        0 => t('"--" for em-dashes; no en-dash support'),
+        1 => t('"--" for em-dashes; "---" for en-dashes'),
+        2 => t('"---" for em-dashes; "--" for en-dashes'),
+      ),
     );
   }
   // Wrap ampersand settings.
