diff options
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) { |