From 567e91241e91aa1430563f194e669d20110e089a Mon Sep 17 00:00:00 2001
From: Mirko Tietgen <mirko@abunchofthings.net>
Date: Thu, 9 Aug 2012 18:12:59 +0200
Subject: [PATCH] Bug 8185 Follow-Up: Some more Italian strings changed
Content-Type: text/plain; charset="utf-8"

---
 .../value_builder/marc21_linking_section.tt        |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt
index 4bdd9b2..f4c230d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt
@@ -112,7 +112,7 @@
 <h3>Plugin to build links between records</h3>
 	[% IF ( Search ) %]
 		<div id="MARC21_Linking_section_search">
-		<h2> Cerca su </h2>
+		<h2>Search for</h2>
 		<form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl">
 
 			<p>
@@ -156,7 +156,7 @@
                                   <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&amp;index=[% index %]&amp;startfrom=[% startfromnext %]&amp;search=[% search %]&amp;resultsperpage=[% resultsperpage %]&amp;type=intranet&amp;op=do_search">Prossimo&gt;&gt;</a>
                                 [% END %]</p>
 			<p class="resultcount">
-                          [% IF ( total ) %]Results [% from %] a [% to %] di [% total %]
+                          [% IF ( total ) %]Results [% from %] to [% to %] of [% total %]
                           [% ELSE %]No results found
                           [% END %]</p></div>
 		<div id="resultlist">
@@ -235,4 +235,4 @@
 	[% END %]
 
 [% END %]
-[% INCLUDE 'popup-bottom.inc' %]
\ No newline at end of file
+[% INCLUDE 'popup-bottom.inc' %]
-- 
1.7.2.5