diff options
author | A. Shimono (himorin) <shimono@bug-ja.org> | 2010-12-27 23:29:06 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-12-27 23:29:06 +0100 |
commit | 4f4b4247de5f713804f99637c39f927ba25c4654 (patch) | |
tree | 682150a38ffb85e466a8e0b4d9d856d42063fad4 /template/en/default/global | |
parent | 606e568c35a5752560ee31e1be7f4b64fefe31cd (diff) | |
download | bugzilla-4f4b4247de5f713804f99637c39f927ba25c4654.tar.gz bugzilla-4f4b4247de5f713804f99637c39f927ba25c4654.tar.xz |
Bug 618842: Enclose checksetup.pl between <kbd> and </kbd> tags in templates
r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index aa6bf7e74..89e47c1e5 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -564,7 +564,7 @@ [% FOREACH param = param_changed %] Changed <em>[% param FILTER html %]</em><br> [% IF param == 'utf8' && Param('utf8') %] - <strong>You must now re-run checksetup.pl.</strong><br> + <strong>You must now re-run <kbd>checksetup.pl</kbd>.</strong><br> [% END %] [% END %] [% ELSE %] |