--- addtoany.admin.inc.orig	2009-03-27 05:12:01.000000000 -0400
+++ addtoany.admin.inc	2009-08-23 16:15:49.000000000 -0400
@@ -19,7 +19,9 @@ function addtoany_admin_settings() {
   $button_img = '<img src="' . $base_path . drupal_get_path('module', 'addtoany') . '/images/%s" width="%d" height="%d" />';
   
   $button_options = array(
-  	'share_16_16.png|16|16'		=> sprintf($button_img, 'share_16_16.png', 16, 16),
+  	'favicon.png|16|16' => sprintf($button_img, 'favicon.png', 16, 16),
+  	'share_16_16.png|16|16' => sprintf($button_img, 'share_16_16.png', 16, 16),
+  	'share_save_106_16.gif|106|16' => sprintf($button_img, 'share_save_106_16.gif', 106, 16),
   	'share_save_171_16.png|171|16' => sprintf($button_img, 'share_save_171_16.png', 171, 16),
   	'share_save_256_24.png|256|24' => sprintf($button_img, 'share_save_256_24.png', 256, 24),
   	'custom'				=> 'Custom button',
@@ -70,7 +72,7 @@ function addtoany_admin_settings() {
   );
   $form['addtoany_button_settings']['addtoany_image'] = array(
     '#type' 		 => 'radios',
-    '#title' 		 => t('Button'),
+    '#title' 		 => t('Node Link Button'),
     '#default_value' => variable_get('addtoany_image', 'share_save_171_16.png|171|16'),
     '#options' 		 => $button_options,
   );
@@ -78,7 +80,7 @@ function addtoany_admin_settings() {
     '#type'          => 'textfield',
     '#title'         => t('Custom button URL'),
     '#default_value' => variable_get('addtoany_custom_image', ''),
-    '#description'   => t('URL to the button image of your choosing. Example: http://example.com/share.png'),
+    '#description'   => t('URL to the button image of your choosing. Example: http://example.com/share.png<br>Many pre-made buttons can be found at the <a href="http://www.flickr.com/groups/addtoany_buttons/pool/">AddToAny button pool</a>.'),
   );
   $form['addtoany_button_settings']['addtoany_custom_image_attributes'] = array(
     '#type'          => 'textfield',
@@ -87,6 +89,7 @@ function addtoany_admin_settings() {
     '#description'   => t('Extra HTML attributes for img tag. Example: alt=""'),
   );
   
+  
   $form['addtoany_additional_settings'] = array(
     '#type'         => 'fieldset',
     '#title'        => t('Additional options'),
@@ -97,7 +100,7 @@ function addtoany_admin_settings() {
     '#type'          => 'textarea',
     '#title'         => t('Additional script'),
     '#default_value' => variable_get('addtoany_additional_js', ''),
-    '#description'   => t('You can set special JavaScript variables for each Share/Save menu. Advanced users might want to check out Add to Any\'s <a href="http://www.addtoany.com/buttons/api/">JavaScript API</a>.'),
+    '#description'   => t('You can set special JavaScript variables for each Share/Save menu. Advanced users might want to check out Add to Any\'s <a href="http://www.addtoany.com/buttons/api/">JavaScript API</a> and <a href="http://www.addtoany.com/buttons/customize/link_tracking">Link Tracking</a> pages.'),
   );
 
   $form['addtoany_widget_settings'] = array(
