diff options
Diffstat (limited to 'extensions/Example')
3 files changed, 5 insertions, 5 deletions
diff --git a/extensions/Example/template/en/default/hook/global/setting-descs-settings.none.tmpl b/extensions/Example/template/en/default/hook/global/setting-descs-settings.none.tmpl index 9dc5fc767..6a4a13a13 100644 --- a/extensions/Example/template/en/default/hook/global/setting-descs-settings.none.tmpl +++ b/extensions/Example/template/en/default/hook/global/setting-descs-settings.none.tmpl @@ -1,6 +1,6 @@ -[% +[% setting_descs.product_chooser = "Product chooser to use when entering $terms.bugs", setting_descs.pretty = "Pretty chooser with common products and icons", setting_descs.full = "Full chooser with all products", setting_descs.small = "Product chooser for mobile devices", -%]
\ No newline at end of file +%] diff --git a/extensions/Example/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/Example/template/en/default/hook/global/user-error-errors.html.tmpl index 50d20a9f2..93f24d159 100644 --- a/extensions/Example/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/Example/template/en/default/hook/global/user-error-errors.html.tmpl @@ -1,6 +1,6 @@ [%# Note that error messages should generally be indented four spaces, like # below, because when Bugzilla translates an error message into plain - # text, it takes four spaces off the beginning of the lines. + # text, it takes four spaces off the beginning of the lines. # # Note also that I prefixed my error name with "example", the name of my # extension, so that I wouldn't conflict with other error names in diff --git a/extensions/Example/template/en/default/pages/example.html.tmpl b/extensions/Example/template/en/default/pages/example.html.tmpl index 919fa15b4..e265ee55b 100644 --- a/extensions/Example/template/en/default/pages/example.html.tmpl +++ b/extensions/Example/template/en/default/pages/example.html.tmpl @@ -15,12 +15,12 @@ # Portions created by Canonical Ltd. are Copyright (C) 2009 # Canonical Ltd. All Rights Reserved. # - # Contributor(s): + # Contributor(s): # Max Kanat-Alexander <mkanat@bugzilla.org> #%] [% PROCESS global/header.html.tmpl - title = "Example Page" + title = "Example Page" %] <p>Here's what you passed me:</p> |