diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-19 09:05:26 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-19 09:05:26 -0500 |
commit | b0131749ac40c7aeffca168a273d229f6d5753dd (patch) | |
tree | f489381153abac9a840728d8d9c10cd3201d4dec /templates/packages | |
parent | 778146cf61fa45220f5c185f44a39353b65eac73 (diff) |
Unify hyphenation of out-of-date text
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/flag.html | 2 | ||||
-rw-r--r-- | templates/packages/outofdate.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html index f08b758b..35198dff 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -14,7 +14,7 @@ {% else %} <h2>Flag Package: {{ pkg.pkgname }}</h2> - <p>If you notice a package is out of date (i.e., there is a newer + <p>If you notice a package is out-of-date (i.e., there is a newer <strong>stable</strong> release available), then please notify us using the form below.</p> diff --git a/templates/packages/outofdate.txt b/templates/packages/outofdate.txt index 80da23d6..d8b74005 100644 --- a/templates/packages/outofdate.txt +++ b/templates/packages/outofdate.txt @@ -1,6 +1,6 @@ {% autoescape off %}* Note: this is an automated message -{{ email }} wants to notify you that the following package may be out of date: +{{ email }} wants to notify you that the following package may be out-of-date: Package Name: {{ pkg.pkgname }} Architecture: {{ pkg.arch.name }} |