From e83e593ac41a6e7dcee20fe7962269889c5fd5e1 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Fri, 13 Feb 2009 15:31:05 -0500 Subject: Change layout of tu_details. Signed-off-by: Loui Chang --- web/html/tu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/tu.php') 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) { -- cgit v1.2.3-54-g00ecf