diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-01-17 17:04:00 +0900 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-01-20 03:16:07 -0600 |
commit | 52a770e7e7c9a1701e96aa3c66f25d810394aeaf (patch) | |
tree | 41144b48d4c9d7722e6eaca6d8d6cff080edb9c1 /web/lang/en/aur_po.inc | |
parent | aa2517ebfc4acf18d17a48eb79b377aa4f65c0ac (diff) | |
download | aurweb-52a770e7e7c9a1701e96aa3c66f25d810394aeaf.tar.xz |
Fix login error and translation bug
Fixes a login error where entering nothing would result in the login message
"Incorrect password for username, ." and changes the translation "TU" to
"Trusted User" so the menu bar on the accounts page doesn't bug up (we need a
new translation system :((()
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'web/lang/en/aur_po.inc')
-rw-r--r-- | web/lang/en/aur_po.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lang/en/aur_po.inc b/web/lang/en/aur_po.inc index feab23a..67cf6ee 100644 --- a/web/lang/en/aur_po.inc +++ b/web/lang/en/aur_po.inc @@ -27,6 +27,6 @@ $_t["en"]["Discussion"] = "Discussion"; $_t["en"]["Bugs"] = "Bugs"; -$_t["en"]["Trusted User"] = "TU"; +$_t["en"]["Trusted User"] = "Trusted User"; ?> |