Rename 'Un-Vote' and 'Unflag' buttons.

This is to be consistent with 'UnNotify'.

Signed-off-by: Nathan Jones <nathanj@insightbb.com>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Nathan Jones 2008-12-03 09:36:55 -05:00 committed by Loui Chang
parent d31481b299
commit 3de0a2ade3

View file

@ -485,7 +485,7 @@ function package_details($id=0, $SID="") {
echo " value='".__("Vote")."'>"; echo " value='".__("Vote")."'>";
} else { } else {
echo "<input type='submit' class='button' name='do_UnVote'"; echo "<input type='submit' class='button' name='do_UnVote'";
echo " value='".__("Un-Vote")."'>"; echo " value='".__("UnVote")."'>";
} }
# Comment Nofify Button # Comment Nofify Button
# #
@ -504,7 +504,7 @@ function package_details($id=0, $SID="") {
echo " value='".__("Flag Out-of-date")."'>\n"; echo " value='".__("Flag Out-of-date")."'>\n";
} else { } else {
echo "<input type='submit' class='button' name='do_UnFlag'"; echo "<input type='submit' class='button' name='do_UnFlag'";
echo " value='".__("Unflag Out-of-date")."'>\n"; echo " value='".__("UnFlag Out-of-date")."'>\n";
} }
if ($row["MaintainerUID"] == 0) { if ($row["MaintainerUID"] == 0) {