--- quotes/quotes.module.org	2008-11-06 17:13:04.000000000 -0800
+++ quotes/quotes.module	2008-11-29 01:18:48.000000000 -0800
@@ -97,7 +97,7 @@
     );
 
   $items['admin/settings/quotes'] = array(
-    'title' => 'Quotes Settings',
+    'title' => 'Quotes',
     'description' => 'Configure Quotes module options and blocks.',
     'access arguments' => array('administer quotes'),
     'page callback' => 'quotes_admin_settings_page',
--- quotes/quotes.admin.inc.org	2008-10-19 18:02:02.000000000 -0700
+++ quotes/quotes.admin.inc	2008-11-29 01:19:18.000000000 -0800
@@ -48,7 +48,7 @@
 
   $form['display']['quotes_author_link'] = array(
     '#type' => 'checkbox',
-    '#title' => t('Make author a link?'),
+    '#title' => t('Make author a link'),
     '#default_value' => variable_get('quotes_author_link', FALSE),
     '#description' => t('If selected, the author text will be a link to show all quotes by that author.')
     );
