[Koha-patches] [PATCH] Bug 2780 - Capitalize strings consistently (Error pages)

Owen Leonard oleonard at myacpl.org
Thu Apr 5 17:19:44 CEST 2012


Correcting capitalization in staff client error pages
---
 .../intranet-tmpl/prog/en/modules/errors/400.tt    |    6 +++---
 .../intranet-tmpl/prog/en/modules/errors/401.tt    |    6 +++---
 .../intranet-tmpl/prog/en/modules/errors/402.tt    |    6 +++---
 .../intranet-tmpl/prog/en/modules/errors/403.tt    |    6 +++---
 .../intranet-tmpl/prog/en/modules/errors/404.tt    |    6 +++---
 .../intranet-tmpl/prog/en/modules/errors/405.tt    |    6 +++---
 .../intranet-tmpl/prog/en/modules/errors/500.tt    |    6 +++---
 7 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt
index b82ae04..be2f09f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt
@@ -14,11 +14,11 @@
    <div id="bd">
 	<div id="yui-main">
 	<div class="yui-b"><div class="yui-g">
-    <h1>An Error has Occurred!</h1>
+    <h1>An error has occurred!</h1>
     <h2>Error 400</h2>
     <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
     <li>This error means that the link was broken and that the page doesn't exist</li>	
-    <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
+    <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
     <li>Use top menu bar to navigate to another part of Koha.</li>
     </ul>
 </div>
@@ -73,7 +73,7 @@
     [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
 	<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt
index 3097a9e..6eb1423 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt
@@ -14,11 +14,11 @@
    <div id="bd">
 	<div id="yui-main">
 	<div class="yui-b"><div class="yui-g">
-    <h1>An Error has Occurred!</h1>
+    <h1>An error has occurred!</h1>
     <h2>Error 401</h2>
     <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li>This error means that you aren't authorized to view this page</li>	
-        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
+        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
         <li>Use top menu bar to navigate to another part of Koha.</li>
     </ul>
 </div>
@@ -73,7 +73,7 @@
     [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
 	<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt
index 20c9032..fa035dd 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt
@@ -14,11 +14,11 @@
    <div id="bd">
 	<div id="yui-main">
 	<div class="yui-b"><div class="yui-g">
-    <h1>An Error has Occurred!</h1>
+    <h1>An error has occurred!</h1>
     <h2>Error 402</h2>
     <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li>This error means that the link was broken and that the page doesn't exist</li>	
-        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
+        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
         <li>Use top menu bar to navigate to another part of Koha.</li>
     </ul>
 </div>
@@ -73,7 +73,7 @@
     [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
 	<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt
index 4f8e68a..82b8f82 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt
@@ -14,11 +14,11 @@
    <div id="bd">
 	<div id="yui-main">
 	<div class="yui-b"><div class="yui-g">
-    <h1>An Error has Occurred!</h1>
+    <h1>An error has occurred!</h1>
     <h2>Error 403</h2>
     <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
     <li>This error means that the link was broken and that the page doesn't exist</li>	
-    <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
+    <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
     <li>Use top menu bar to navigate to another part of Koha.</li>
     </ul>
 </div>
@@ -73,7 +73,7 @@
     [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
 	<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt
index 7416333..7d4485d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt
@@ -14,11 +14,11 @@
    <div id="bd">
 	<div id="yui-main">
 	<div class="yui-b"><div class="yui-g">
-    <h1>An Error has Occurred!</h1>
+    <h1>An error has occurred!</h1>
     <h2>Error 404</h2>
     <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li>This error means that the link was broken and that the page doesn't exist</li>	
-        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
+        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
         <li>Use top menu bar to navigate to another part of Koha.</li>
     </ul>
 </div>
@@ -73,7 +73,7 @@
     [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
 	<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt
index 88e0693..4e479c8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt
@@ -14,11 +14,11 @@
    <div id="bd">
 	<div id="yui-main">
 	<div class="yui-b"><div class="yui-g">
-    <h1>An Error has Occurred!</h1>
+    <h1>An error has occurred!</h1>
     <h2>Error 405</h2>
     <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li>This error means that the link was broken and that the page doesn't exist</li>	
-        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
+        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
         <li>Use top menu bar to navigate to another part of Koha.</li>
     </ul>
 </div>
@@ -73,7 +73,7 @@
     [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
 	<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt
index 7cc7b57..3de3563 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt
@@ -14,11 +14,11 @@
    <div id="bd">
 	<div id="yui-main">
 	<div class="yui-b"><div class="yui-g">
-    <h1>An Error has Occurred!</h1>
+    <h1>An error has occurred!</h1>
     <h2>Error 500</h2>
     <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
         <li>In Koha this typically means that the Koha team is working on new features</li>	
-        <li>Wait while system maintenance is being done or <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
+        <li>Wait while system maintenance is being done or <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
         <li>Use top menu bar to navigate to another part of Koha.</li>
     </ul>
 </div>
@@ -73,7 +73,7 @@
     [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
 	<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
-- 
1.7.5.4



More information about the Koha-patches mailing list