Mercurial > p > roundup > code
changeset 4657:baddbae588ad
Fix typo in 'devel' and 'issues' templates (issue2550768)
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Mon, 27 Aug 2012 23:19:32 +1000 |
| parents | bce631d8f24d |
| children | 838e0e0c5e9f |
| files | share/roundup/templates/devel/html/file.index.html website/issues/html/file.index.html |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/share/roundup/templates/devel/html/file.index.html Mon Aug 27 23:09:58 2012 +1000 +++ b/share/roundup/templates/devel/html/file.index.html Mon Aug 27 23:19:32 2012 +1000 @@ -7,7 +7,7 @@ <table class="otherinfo" tal:define="batch request/batch"> <tr><th style="padding-right: 10" i18n:translate="">Download</th> - <th style="padding-right: 10" i18n:translate="">Descriptoin</th> + <th style="padding-right: 10" i18n:translate="">Description</th> <th style="padding-right: 10" i18n:translate="">Content Type</th> <th style="padding-right: 10" i18n:translate="">Uploaded By</th> <th style="padding-right: 10" i18n:translate="">Date</th>
--- a/website/issues/html/file.index.html Mon Aug 27 23:09:58 2012 +1000 +++ b/website/issues/html/file.index.html Mon Aug 27 23:19:32 2012 +1000 @@ -7,7 +7,7 @@ <table class="otherinfo" tal:define="batch request/batch"> <tr><th style="padding-right: 10" i18n:translate="">Download</th> - <th style="padding-right: 10" i18n:translate="">Descriptoin</th> + <th style="padding-right: 10" i18n:translate="">Description</th> <th style="padding-right: 10" i18n:translate="">Content Type</th> <th style="padding-right: 10" i18n:translate="">Uploaded By</th> <th style="padding-right: 10" i18n:translate="">Date</th>
