diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-19 17:41:14 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-19 17:41:14 +0100 |
commit | 70a2f78eff9fd792c7cb04997bffd48858723917 (patch) | |
tree | b4f1c2354eabcf43a9f82840440347b29b7868e2 | |
parent | 2c3160b0fb07d9412925a3d57f4017c998de835e (diff) |
typo
-rw-r--r-- | templates/web/default/report/display.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html index 48b799978..b0f7d2a4f 100644 --- a/templates/web/default/report/display.html +++ b/templates/web/default/report/display.html @@ -118,7 +118,7 @@ <div class="checkbox"> - <input type="submit" id="update_post" value="[% loc('Post:') %]"> + <input type="submit" id="update_post" value="[% loc('Post') %]"> </div> |