diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-01-15 15:54:23 +0900 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-20 00:21:21 -0600 |
commit | 8ab823728c729e9780820bf15aad3585078c8342 (patch) | |
tree | 4873eec0eb010b46836c07f73d78b842ce679705 /web/lang/en/aur_po.inc | |
parent | 2f56688b56757a3365ee4cc48f1bd139216c74f9 (diff) | |
download | aurweb-8ab823728c729e9780820bf15aad3585078c8342.tar.xz |
More cleanup, add TU link to header
Cleans up links on front page, adds a TU link to the header to the voting
application, fixes some titles and styling for logged in text
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Diffstat (limited to 'web/lang/en/aur_po.inc')
-rw-r--r-- | web/lang/en/aur_po.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/lang/en/aur_po.inc b/web/lang/en/aur_po.inc index 1542817..feab23a 100644 --- a/web/lang/en/aur_po.inc +++ b/web/lang/en/aur_po.inc @@ -27,4 +27,6 @@ $_t["en"]["Discussion"] = "Discussion"; $_t["en"]["Bugs"] = "Bugs"; -?>
\ No newline at end of file +$_t["en"]["Trusted User"] = "TU"; + +?> |