From 3de0a2ade30ff7d21dc5f842cda2bc8025181974 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Wed, 3 Dec 2008 09:36:55 -0500 Subject: Rename 'Un-Vote' and 'Unflag' buttons. This is to be consistent with 'UnNotify'. Signed-off-by: Nathan Jones Signed-off-by: Loui Chang --- web/lib/pkgfuncs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/lib') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 1517cfce..d3835364 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -485,7 +485,7 @@ function package_details($id=0, $SID="") { echo " value='".__("Vote")."'>"; } else { echo ""; + echo " value='".__("UnVote")."'>"; } # Comment Nofify Button # @@ -504,7 +504,7 @@ function package_details($id=0, $SID="") { echo " value='".__("Flag Out-of-date")."'>\n"; } else { echo "\n"; + echo " value='".__("UnFlag Out-of-date")."'>\n"; } if ($row["MaintainerUID"] == 0) { -- cgit v1.2.3-24-g4f1b