diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-12-29 23:54:39 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-12-29 23:54:39 +0100 |
commit | 59a318a6b8eb045f3b5bc43d8bdec6c60f94617b (patch) | |
tree | 6ffcea868ec30c9a5671e70d31dd1a09f93ec9bf /template/en/default | |
parent | 2ad65dfcd50d6f0000db1fa8f582156768465567 (diff) | |
download | bugzilla-59a318a6b8eb045f3b5bc43d8bdec6c60f94617b.tar.gz bugzilla-59a318a6b8eb045f3b5bc43d8bdec6c60f94617b.tar.xz |
fix typo
https://bugzilla.mozilla.org/show_bug.cgi?id=825443
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/admin/classifications/select.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/classifications/select.html.tmpl b/template/en/default/admin/classifications/select.html.tmpl index 7c82eafd6..8a033a950 100644 --- a/template/en/default/admin/classifications/select.html.tmpl +++ b/template/en/default/admin/classifications/select.html.tmpl @@ -48,7 +48,7 @@ </table> <p> - <a href="editclassifications.cgi?action=add">Add a new classification.</a> + <a href="editclassifications.cgi?action=add">Add a new classification</a>. </p> [% PROCESS global/footer.html.tmpl %] |