From 7e2f49c92f1f02627742dd54e4aba6b60726450b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 5 Apr 2012 11:14:11 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 2780 - Capitalize strings consistently (Error pages) Correcting capitalization in staff client error pages Signed-off-by: Katrin Fischer --- .../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 @@
-

An Error has Occurred!

+

An error has occurred!

Error 400

@@ -73,7 +73,7 @@ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]

Cataloging

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 @@
-

An Error has Occurred!

+

An error has occurred!

Error 401

@@ -73,7 +73,7 @@ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]

Cataloging

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 @@
-

An Error has Occurred!

+

An error has occurred!

Error 402

@@ -73,7 +73,7 @@ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]

Cataloging

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 @@
-

An Error has Occurred!

+

An error has occurred!

Error 403

@@ -73,7 +73,7 @@ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]

Cataloging

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 @@
-

An Error has Occurred!

+

An error has occurred!

Error 404

@@ -73,7 +73,7 @@ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]

Cataloging

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 @@
-

An Error has Occurred!

+

An error has occurred!

Error 405

@@ -73,7 +73,7 @@ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]

Cataloging

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 @@
-

An Error has Occurred!

+

An error has occurred!

Error 500

  • In Koha this typically means that the Koha team is working on new features
  • -
  • Wait while system maintenance is being done or email the Koha Administrator.
  • +
  • Wait while system maintenance is being done or email the Koha administrator.
  • Use top menu bar to navigate to another part of Koha.
@@ -73,7 +73,7 @@ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]

Cataloging

-- 1.7.5.4