[Koha-patches] [PATCH] Fixing some typos, including, I believe, Bug 2174 ("spelling error in web installer")

Owen Leonard oleonard at myacpl.org
Thu May 29 16:59:35 CEST 2008


---
 C4/Languages.pm                                    |    4 ++--
 .../prog/en/modules/installer/step3.tmpl           |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/C4/Languages.pm b/C4/Languages.pm
index c8b1bab..a5e3201 100644
--- a/C4/Languages.pm
+++ b/C4/Languages.pm
@@ -94,7 +94,7 @@ sub getFrameworkLanguages {
 Returns a reference to an array of hashes:
 
  my $languages = getTranslatedLanguages();
- print "Available translated langauges:\n";
+ print "Available translated languages:\n";
  for my $language(@$trlanguages) {
     print "$language->{language_code}\n"; # language code in iso 639-2
     print "$language->{language_name}\n"; # language name in native script
@@ -161,7 +161,7 @@ sub getTranslatedLanguages {
 Returns a reference to an array of hashes:
 
  my $alllanguages = getAllLanguages();
- print "Available translated langauges:\n";
+ print "Available translated languages:\n";
  for my $language(@$alllanguages) {
     print "$language->{language_code}\n";
     print "$language->{language_name}\n";
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl
index 9a4eb90..79873c4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl
@@ -181,7 +181,7 @@
     </ul>
     <!--/TMPL_LOOP-->
     <h2>Choose indexing engine</h2>
-    <p>Searching Koha's bibliographic and authorities databases can be acomplished in two ways:
+    <p>Searching Koha's bibliographic and authorities databases can be accomplished in two ways:
 	Koha can utilize a textual index engine (Zebra) or use its own internal indexing scheme (NoZebra).
 	</p>
     <p>You can change your selection after installation and re-index accordingly.</p>
@@ -192,7 +192,7 @@
 		http://catalog.ccfls.org/cgi-bin/koha/opac-main.pl or 
 		http://www.mediathequeouestprovence.fr/)
 		</li>
-        <li>Native support for Z39.50 and SRU servers for bibliographic and authoritiy data</li>
+        <li>Native support for Z39.50 and SRU servers for bibliographic and authority data</li>
 		<li>Support for field-weighting, relevance ranking, truncation, stemming</li>
 		<li>Arbitrarily complex queries</li>
         <li>Can be complex to configure and maintain</li>
@@ -228,7 +228,7 @@
 
 <!--TMPL_IF Name="importdatastructure"-->
     <!--TMPL_IF Name="error"-->
-        <p>The following error occcurred while importing the database structure:</p>
+        <p>The following error occurred while importing the database structure:</p>
         <p class="error"><!-- TMPL_VAR NAME="error" --> </p>
         <p>Please contact your system administrator</p>
     <!-- TMPL_ELSE -->
@@ -279,7 +279,7 @@
   <!--TMPL_ELSE-->
     <p>Everything went OK, update done.</p>
   <!--/TMPL_IF-->
-<a href="install.pl?step=3&amp;op=finished" class="button">Continue to login to Koha</a>
+<a href="install.pl?step=3&amp;op=finished" class="button">Continue to log in to Koha</a>
   </div>
 <!--/TMPL_IF-->
 
-- 
1.5.5.GIT




More information about the Koha-patches mailing list