--- /Users/christo/Downloads/permalink.1/permalink.module	2008-12-01 10:32:27.000000000 -0800
+++ /Users/christo/Downloads/permalink/permalink.module	2008-12-03 01:51:20.000000000 -0800
@@ -186,9 +186,9 @@
   // create the themed content
   $content = '<p></p>';
   $content .= '<div class="permaToggle">';
-    $content .= '<label>Use this url to link to this page</label>';
+    $content .= '<label>' . t('Use this url to link to this page') . '</label>';
     $content .= '<div class="copybox" id="linkText" onMouseover="fnSelect(\'linkText\')">' . $link . '</div>';
-    $content .= '<div style="font-size: .75em;">Mouse over the text to select it, then press Ctrl-C to copy it.</div>';
+    $content .= '<div style="font-size: .75em;">' . t('Mouse over the text to select it, then press Ctrl-C to copy it.') . '</div>';
   $content .= '</div>';
   
   return $content;
