[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-884-g3d682a9

Thomas Sibley trs at bestpractical.com
Wed Dec 15 14:38:47 EST 2010


The branch, 3.9-trunk has been updated
       via  3d682a92a227a8483f314b7ad0e976af7fd1f8a7 (commit)
      from  820f1863b707d67ef7f9be261018b0b30b637b9a (commit)

Summary of changes:
 share/html/Admin/Global/Plugins.html |    4 +---
 share/html/Elements/Tabs             |    2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 3d682a92a227a8483f314b7ad0e976af7fd1f8a7
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Dec 15 14:33:23 2010 -0500

    Rename "RT Features" to "Plugins" which is more consistent
    
    See [rt3 #16244].

diff --git a/share/html/Admin/Global/Plugins.html b/share/html/Admin/Global/Plugins.html
index 42aaaa5..cb2f177 100644
--- a/share/html/Admin/Global/Plugins.html
+++ b/share/html/Admin/Global/Plugins.html
@@ -55,9 +55,7 @@ li.plugin-enabled {
 }
 </style>
 
-
 <& /Elements/ListActions, actions => \@results &>
-<h1>RT Features</h1>
 <ul>
 % for my $plugin_name (sort keys %$plugins) {
 % my $plugin = $plugins->{$plugin_name};
@@ -81,7 +79,7 @@ li.plugin-enabled {
 </ul>
 
 <%init>
-my $title = loc("RT Features");
+my $title = loc("Plugins");
 my (@results);
 
 my $plugins = RT->ProbePlugins;
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index 090e5f8..f9b7b86 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -195,7 +195,7 @@ if ( $request_path !~ m{^/SelfService/} ) {
                               description => loc('Modify the default "RT at a glance" view') );
         $admin_global->child( theme => title => loc('Theme'), path => '/Admin/Global/Theme.html',
                               description => loc('Customize the look of your RT') );
-        $admin_global->child( 'rt-features' => title => loc('RT Features'), path => '/Admin/Global/Plugins.html',
+        $admin_global->child( 'rt-features' => title => loc('Plugins'), path => '/Admin/Global/Plugins.html',
                               description => loc('Enable and Disable Plugins') );
 
         my $admin_tools = $admin->child( tools => title => loc('Tools'), path => '/Admin/Tools/', description => loc('Use other RT administrative tools') );

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


More information about the Rt-commit mailing list