From 6c5fe9fb77886f3df627cf6acf6e9fc862b22ae8 Mon Sep 17 00:00:00 2001 From: Melia Meggs Date: Wed, 28 Nov 2012 12:05:07 -0500 Subject: [PATCH] Bug 8641 [Follow up]-Reword warning about log-in as root user to About-System information The wording of this message sounds strange to a native speaker. Reword it. --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index c0496a1..1df0713 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -100,8 +100,8 @@
[% IF (warnIsRootUser) %]

Warning regarding current user

-

It seems that you are logged in as database administrative user. A lot of things will not work with this account.

-

Usually you need to log in with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.

+

You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.

+

Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.

[% END %]

Warnings regarding the system configuration

[% IF ( (prefNoZebra) || (warnPrefBiblioAddsAuthorities) || warnPrefEasyAnalyticalRecords ) %] -- 1.7.2.5