This is to be consistent with 'UnNotify'.

Signed-off-by: Nathan Jones <[EMAIL PROTECTED]>
---
 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

Reply via email to