[Rt-commit] rt branch, 4.0/article-rights-clarification, created. rt-4.0.1-297-g394f956

Kevin Falcone falcone at bestpractical.com
Tue Aug 9 18:05:52 EDT 2011


The branch, 4.0/article-rights-clarification has been created
        at  394f9568ffe2d572295ad43da8926b85121bfb30 (commit)

- Log -----------------------------------------------------------------
commit 394f9568ffe2d572295ad43da8926b85121bfb30
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Aug 9 18:05:30 2011 -0400

    ShowArticle and ShowArticleHistory previously had the same description

diff --git a/lib/RT/Class.pm b/lib/RT/Class.pm
index dbd83be..7d91352 100644
--- a/lib/RT/Class.pm
+++ b/lib/RT/Class.pm
@@ -88,7 +88,7 @@ $RIGHTS = {
     SeeClass            => 'See that this class exists',               #loc_pair
     CreateArticle       => 'Create articles in this class',            #loc_pair
     ShowArticle         => 'See articles in this class',               #loc_pair
-    ShowArticleHistory  => 'See articles in this class',               #loc_pair
+    ShowArticleHistory  => 'See changes to articles in this class',    #loc_pair
     ModifyArticle       => 'Modify or delete articles in this class',  #loc_pair
     ModifyArticleTopics => 'Modify topics for articles in this class', #loc_pair
     AdminClass          => 'Modify metadata and custom fields for this class',              #loc_pair

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


More information about the Rt-commit mailing list