Index: service_links.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/service_links/Attic/service_links.admin.inc,v
retrieving revision 1.1.2.20
diff -r1.1.2.20 service_links.admin.inc
180,181c180,181
<     '#description' => t('If you have alternative icons write here the path from your index.php without trailing slash (b.e. %path1 or %path2)', array('%path1' => 'files/newicons', '%path2' => 'sites/all/files/newicons')),
<     '#default_value' => service_links_expand_path(NULL, 'icons'),
---
>     '#description' => t('To use alternative icons, please enter the path here (e.g. %path1 or %path2). By default, the service links images located at %sl_path will be used.', array('%path1' => 'files/newicons', '%path2' => 'sites/all/themes/mytheme/newicons', '%sl_path' => service_links_expand_path(NULL, 'icons'))),
>     '#default_value' => variable_get('service_links_path_icons', ''),
