Fixing some typos, including, I believe, Bug 2174 ("spelling error in web installer")
authorOwen Leonard <oleonard@myacpl.org>
Thu, 29 May 2008 14:59:35 +0000 (09:59 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 30 May 2008 15:01:07 +0000 (10:01 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Languages.pm
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl

index c8b1bab..a5e3201 100644 (file)
@@ -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";
index 9a4eb90..79873c4 100644 (file)
     </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>
                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>
 
 <!--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 -->
   <!--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-->