diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-02-13 21:31:05 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-02-13 21:31:05 +0100 |
commit | e83e593ac41a6e7dcee20fe7962269889c5fd5e1 (patch) | |
tree | 197ef56ff8e6134ca389f84498b4d687b151aadb /web/html | |
parent | df75621d232405c0ac3c6211f4c72ffd851bee67 (diff) | |
download | aur-e83e593ac41a6e7dcee20fe7962269889c5fd5e1.tar.gz aur-e83e593ac41a6e7dcee20fe7962269889c5fd5e1.tar.xz |
Change layout of tu_details.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/tu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/tu.php b/web/html/tu.php index b400777a..7634b648 100644 --- a/web/html/tu.php +++ b/web/html/tu.php @@ -61,7 +61,7 @@ if ($atype == "Trusted User" OR $atype == "Developer") { $errorvote = __("You cannot vote in an proposal about you."); } else if ($hasvoted != 0) { $canvote = 0; - $errorvote = __("You've already voted in this proposal."); + $errorvote = __("You've already voted for this proposal."); } if ($canvote == 1) { |