Index: category.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/category/category.module,v
retrieving revision 1.124.2.5
diff -u -r1.124.2.5 category.module
--- category.module	6 Mar 2007 01:39:39 -0000	1.124.2.5
+++ category.module	26 Mar 2007 21:24:09 -0000
@@ -1603,7 +1603,7 @@
     }
   }
   else {
-    $output .= t('The !type module (original or wrapper) is currently <span class="category-wrapper-notinstalled">not enabled</span>. You must enable it on the <a href="!module-admin-page">module administration page</a> before you can perform an install or an uninstall.', array('!type' => $type, '!module-admin-page' => url('admin/modules'))). "\n";
+    $output .= t('The @type module (original or wrapper) is currently <span class="category-wrapper-notinstalled">not enabled</span>. You must enable it on the <a href="@module-admin-page">module administration page</a> before you can perform an install or an uninstall.', array('@type' => $type, '@module-admin-page' => url('admin/build/modules'))). "\n";
   }
   $output .= '</p>';
   return $output;
