[Rt-commit] rt branch, rightsmatrix, updated. rt-3.8.8-673-g25f5dc1
Thomas Sibley
trs at bestpractical.com
Fri Sep 3 10:01:29 EDT 2010
The branch, rightsmatrix has been updated
via 25f5dc159c508d4e089b96196a2ac4fab461349f (commit)
from ce648f7a2f9734c6095c266514dceddfcc7e8bde (commit)
Summary of changes:
lib/RT/System.pm | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 25f5dc159c508d4e089b96196a2ac4fab461349f
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Sep 3 10:03:30 2010 -0400
ucfirst a few all lowercase RT::System right summaries
diff --git a/lib/RT/System.pm b/lib/RT/System.pm
index 9280645..972eb42 100755
--- a/lib/RT/System.pm
+++ b/lib/RT/System.pm
@@ -85,12 +85,12 @@ our $RIGHTS = {
ModifySelf => "Modify one's own RT account", # loc_pair
DelegateRights =>
"Delegate specific rights which have been granted to you.", # loc_pair
- ShowConfigTab => "show Configuration tab", # loc_pair
- ShowApprovalsTab => "show Approvals tab", # loc_pair
- ShowGlobalTemplates => "show global templates", # loc_pair
- LoadSavedSearch => "allow loading of saved searches", # loc_pair
- CreateSavedSearch => "allow creation of saved searches", # loc_pair
- ExecuteCode => "allow writing Perl code in templates, scrips, etc", # loc_pair
+ ShowConfigTab => "Show Configuration tab", # loc_pair
+ ShowApprovalsTab => "Show Approvals tab", # loc_pair
+ ShowGlobalTemplates => "Show global templates", # loc_pair
+ LoadSavedSearch => "Allow loading of saved searches", # loc_pair
+ CreateSavedSearch => "Allow creation of saved searches", # loc_pair
+ ExecuteCode => "Allow writing Perl code in templates, scrips, etc", # loc_pair
};
our $RIGHT_CATEGORIES = {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list