diff options
author | lpsolit%gmail.com <> | 2008-04-04 03:40:14 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 03:40:14 +0200 |
commit | 7016a5a014f8d3c87a4bdf7d1ad8286bc06a9193 (patch) | |
tree | 4570cc74620d547f3dd6993c415e51dc9231d277 /template | |
parent | 8ab64629d3a091a0ccb6af52c48ee7bb9fd8834d (diff) | |
download | bugzilla-7016a5a014f8d3c87a4bdf7d1ad8286bc06a9193.tar.gz bugzilla-7016a5a014f8d3c87a4bdf7d1ad8286bc06a9193.tar.xz |
Missing comma in a hash (was missing in the checkin of bug 182975)
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/core.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index 8544e2ff7..ae1d995fb 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -37,7 +37,7 @@ "above. " _ "Leave this empty to suppress links to the documentation." _ "'%lang%' will be replaced by user's preferred language " _ - "(if available)." + "(if available).", sslbase => "The URL that is the common initial leading part of all HTTPS " _ "(SSL) $terms.Bugzilla URLs.", |