From 5c7ae5b1e76cf4d13716db5b3e6bee93ac4f8066 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 3 Feb 2007 21:55:00 +0000 Subject: [PATCH] r1382: Fixing a small typo in the header/guest welcome panel --- docs/changes.txt | 1 + templates/header.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 493c597..64695f0 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -19,6 +19,7 @@ - When adding a new user from the admin section, email options were not saved properly - Added an option to only perform header redirects instead of intermediate-stage redirects (bug://report/65) - Fixed a foreach() error after adding a new user in the admin section without email options [admin/user.php#102] +- Fixed a minor typo on the guest welcome banner (bug://report/68) 1.1.4 =============================== diff --git a/templates/header.tpl b/templates/header.tpl index 7ce5890..a58518e 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -14,7 +14,7 @@
- {@"Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be grealy enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab."} + {@"Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab."}
-- 2.22.5