=== modified file 'sites/all/modules/glossary/glossary.admin.inc'
--- sites/all/modules/glossary/glossary.admin.inc	2008-06-10 14:55:28 +0000
+++ sites/all/modules/glossary/glossary.admin.inc	2008-06-10 21:28:55 +0000
@@ -366,10 +366,10 @@
   $indicator_options = array(
       'superscript' => t('Superscript'),
       'icon' => t('Icon'),
-      'abbr' => t('Replace with abbr element'),
-      'acronym' => t('Replace with acronym element'),
-      'cite' => t('Replace with cite element'),
-      'dfn' => t('Replace with dfn element'),
+      'abbr' => sprintf(t('Use %s element'), '<a href="http://www.w3.org/TR/html401/struct/text.html#edef-ABBR">abbr</a>'),
+      'acronym' => sprintf(t('Use %s element'), '<a href="http://www.w3.org/TR/html401/struct/text.html#edef-ACRONYM">acronym</a>'),
+      'cite' => sprintf(t('Use %s element'), '<a href="http://www.w3.org/TR/html401/struct/text.html#edef-CITE">cite</a>'),
+      'dfn' => sprintf(t('Use %s element'), '<a href="http://www.w3.org/TR/html401/struct/text.html#edef-DFN">dfn</a>'),
       );
   if (module_exists('hovertip')) {
     $indicator_options['hovertip'] = t('Hovertip');

