mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
d31481b299
commit
3de0a2ade3
1 changed files with 2 additions and 2 deletions
|
@ -485,7 +485,7 @@ function package_details($id=0, $SID="") {
|
|||
echo " value='".__("Vote")."'>";
|
||||
} else {
|
||||
echo "<input type='submit' class='button' name='do_UnVote'";
|
||||
echo " value='".__("Un-Vote")."'>";
|
||||
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 "<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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue