From 515c681c8aa0c009578cf4d4ecd4eadd580e162c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 3 Feb 2007 21:55:34 +0000 Subject: [PATCH] r1383: Merging r1382 from trunk to branch --- 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 ef1f6ce..3d71a07 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -6,6 +6,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 e73cc00..dce6a08 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