Bug 10170: strings in MARC import made translatable
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
index 3c8d641..4fff721 100644 (file)
     [% END %]
 
     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
-    <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonymize, bulk-delete)</a></dt>
-    <dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
+    <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a></dt>
+    <dd>Batch delete patrons and delete patron circulation history</dd>
     [% END %]
 
     [% IF ( CAN_user_tools_edit_patrons ) %]
-    <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Patrons (Modification)</a></dt>
-    <dd>Modify patrons</dd>
+    <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
+    <dd>Modify patrons in batch</dd>
     [% END %]
 
     [% IF ( CAN_user_tools_moderate_tags ) %]
     <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
     [% END %]
 
+    [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
+    <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool Plugins</a></dt>
+    <dd>Use tool plugins</dd>
+    [% END %]
+
 </dl>
 </div>
 <div class="yui-u">
     [% END %]
     
     [% IF ( CAN_user_tools_export_catalog ) %]
-    <dt><a href="/cgi-bin/koha/tools/export.pl">Export bibliographic and holdings</a></dt>
-    <dd>Export bibliographic and holdings data</dd>
+    <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
+    <dd>Export bibliographic, holdings, and authority records</dd>
     [% END %]
 
     [% IF ( CAN_user_tools_inventory ) %]