summaryrefslogtreecommitdiffstats
path: root/web/html/tu.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/tu.php')
-rw-r--r--web/html/tu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/tu.php b/web/html/tu.php
index b400777..7634b64 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) {