[aur-dev] [PATCH] Rename 'Un-Vote' and 'Unflag' buttons.

Nathan Jones nathanj at insightbb.com
Wed Dec 3 09:36:55 EST 2008


This is to be consistent with 'UnNotify'.

Signed-off-by: Nathan Jones <nathanj at insightbb.com>
---
 web/lib/pkgfuncs.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 1517cfc..d383536 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 "<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) {
-- 
1.6.0.4




More information about the aur-dev mailing list