Index: edit_section.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/edit_section/edit_section.module,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 edit_section.module
--- edit_section.module	3 Jul 2009 20:22:16 -0000	1.1.2.1
+++ edit_section.module	13 Sep 2009 16:36:11 -0000
@@ -37,7 +37,7 @@ function edit_section_filter($op, $delta
 function _edit_section_add_links_callback($matches) {
   global $_edit_section_sid;
   
-  $link = l('edit', 'node/' . arg(1) . '/edit/' . $_edit_section_sid);
+  $link = l(t('edit'), 'node/' . arg(1) . '/edit/' . $_edit_section_sid);
   $_edit_section_sid++;
 
   return '<span style="float: right;">[' . $link . ']</span>' . $matches[0];
