You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/23 10:32:13 UTC

svn commit: r1668576 - /steve/trunk/pysteve/www/cgi-bin/rest_admin.py

Author: humbedooh
Date: Mon Mar 23 09:32:13 2015
New Revision: 1668576

URL: http://svn.apache.org/r1668576
Log:
fix output msg, copypasto

Modified:
    steve/trunk/pysteve/www/cgi-bin/rest_admin.py

Modified: steve/trunk/pysteve/www/cgi-bin/rest_admin.py
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/cgi-bin/rest_admin.py?rev=1668576&r1=1668575&r2=1668576&view=diff
==============================================================================
--- steve/trunk/pysteve/www/cgi-bin/rest_admin.py (original)
+++ steve/trunk/pysteve/www/cgi-bin/rest_admin.py Mon Mar 23 09:32:13 2015
@@ -511,7 +511,7 @@ else:
                     else:
                         response.respond(404, {'message': "Issue not found"})
                 else:
-                    response.respond(403, {'message': "You do not have karma to delete this issue"})
+                    response.respond(403, {'message': "You do not have karma to tally the votes here"})
             else:
                     response.respond(404, {'message': 'No such election or issue'})                    
         else: