diff options
author | vladd%bugzilla.org <> | 2007-07-30 02:24:22 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2007-07-30 02:24:22 +0200 |
commit | 47f0d915b78c5e6480ca2e1eab798d2cb5c2279e (patch) | |
tree | f9534580a2c73bccfdc985547428e26925ffed8c /template | |
parent | 06208006619aba8ef19a3be711ca9e4c0ce2e4a9 (diff) | |
download | bugzilla-47f0d915b78c5e6480ca2e1eab798d2cb5c2279e.tar.gz bugzilla-47f0d915b78c5e6480ca2e1eab798d2cb5c2279e.tar.xz |
Bug 390062: url should be 'URL' - Patch by Vlad Dascalu <vladd@bugzilla.org>, r/a=LpSolit.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index ea64c362f..f7c5bd904 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -35,7 +35,7 @@ # style: string. CSS style. # style_urls: list. List of URLs to CSS style sheets. # message: string. A message to display to the user. May contain HTML. - # atomlink: Atom link url, May contain HTML + # atomlink: Atom link URL, May contain HTML #%] [% IF message %] diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 898ade60d..39463c015 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -395,7 +395,7 @@ Now that you have installed [% terms.Bugzilla %], you should visit the 'Parameters' page (linked in the footer of the Administrator account) to ensure it is set up as you wish - this includes - setting the 'urlbase' option to the correct url. + setting the 'urlbase' option to the correct URL. [% ELSIF message_tag == "install_webservergroup_empty" %] **************************************************************************** |