[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/bull statec... [rel_2_2]

Joshua Ferraro jmf at kados.org
Sun May 21 00:24:46 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/05/20 22:24:46

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/bull: statecollection.tmpl 

Log message:
	language fix change waited to waiting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl.diff?only_with_tag=rel_2_2&tr1=1.2.2.6&tr2=1.2.2.7&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl:1.2.2.6 koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl:1.2.2.7
--- koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl:1.2.2.6	Wed Mar  8 20:38:44 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl	Sat May 20 22:24:46 2006
@@ -41,7 +41,7 @@
 				<input type="hidden" name="serialid" value="<!-- TMPL_VAR name="serialid" -->" />
 				<select id="status" name="status" size="1">
 					<!--TMPL_IF name="status1" -->
-						<option value="1" selected>Waited</option>
+						<option value="1" selected>Waiting</option>
 					<!-- /TMPL_IF -->
 					<!--TMPL_IF name="status2" -->
 						<option value="2" selected>Arrived</option>
@@ -182,7 +182,7 @@
 	</table>
 	<input type="submit" value="Save changes" accesskey="w" class="submit" />
 	<!-- TMPL_IF name="hassubscriptionexpired" -->
-		<p>Subscription has expired. Waited last issue status can't be changed. <a href="#" onclick="popup()">Renew</a> your subscription</p>
+		<p>Subscription has expired. Last waiting issue status can't be changed. <a href="#" onclick="popup()">Renew</a> your subscription</p>
 	<!-- /TMPL_IF -->
 	</form></div><br>
 
@@ -210,4 +210,4 @@
 	 window.open("subscription-renew.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid">","subscription renewal",'width=700,height=400,toolbar=false,scrollbars=yes');
 }
 </script>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list