From c4072c8fe97659945c3e79e48a412157f952c776 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 29 May 2008 09:59:35 -0500 Subject: [PATCH] Fixing some typos, including, I believe, Bug 2174 ("spelling error in web installer") Signed-off-by: Joshua Ferraro --- C4/Languages.pm | 4 ++-- .../intranet-tmpl/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 c8b1bab983..a5e3201ad3 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 9a4eb90df0..79873c4f49 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 @@

Choose indexing engine

-

Searching Koha's bibliographic and authorities databases can be acomplished in two ways: +

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).

You can change your selection after installation and re-index accordingly.

@@ -192,7 +192,7 @@ http://catalog.ccfls.org/cgi-bin/koha/opac-main.pl or http://www.mediathequeouestprovence.fr/) -
  • Native support for Z39.50 and SRU servers for bibliographic and authoritiy data
  • +
  • Native support for Z39.50 and SRU servers for bibliographic and authority data
  • Support for field-weighting, relevance ranking, truncation, stemming
  • Arbitrarily complex queries
  • Can be complex to configure and maintain
  • @@ -228,7 +228,7 @@ -

    The following error occcurred while importing the database structure:

    +

    The following error occurred while importing the database structure:

    Please contact your system administrator

    @@ -279,7 +279,7 @@

    Everything went OK, update done.

    -Continue to login to Koha +Continue to log in to Koha -- 2.20.1