[Bps-public-commit] App-Changeloggr branch, master, updated. 149ef17637bf070e09cd4d527ba2bdb56feee777

sartak at bestpractical.com sartak at bestpractical.com
Wed Apr 1 13:52:27 EDT 2009


The branch, master has been updated
       via  149ef17637bf070e09cd4d527ba2bdb56feee777 (commit)
      from  9cd24e2345176aac757b64c3ff5712e8afd788d5 (commit)

Summary of changes:
 .../Changeloggr/Action/Mixin/RequiresAdminToken.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 149ef17637bf070e09cd4d527ba2bdb56feee777
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed Apr 1 13:52:15 2009 -0400

    Better more generic error message

diff --git a/lib/App/Changeloggr/Action/Mixin/RequiresAdminToken.pm b/lib/App/Changeloggr/Action/Mixin/RequiresAdminToken.pm
index bebadb9..c35cf6e 100644
--- a/lib/App/Changeloggr/Action/Mixin/RequiresAdminToken.pm
+++ b/lib/App/Changeloggr/Action/Mixin/RequiresAdminToken.pm
@@ -29,7 +29,7 @@ sub validate_admin_token {
         return $self->validation_ok('admin_token');
     }
     else {
-        return $self->validation_error(admin_token => "You do not have permission to add changes to this changelog.");
+        return $self->validation_error(admin_token => "You do not have permission to modify this changelog.");
     }
 }
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list