[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.6-117-gea16f68

Kevin Falcone falcone at bestpractical.com
Thu Dec 3 10:34:22 EST 2009


The branch, 3.8-trunk has been updated
       via  ea16f6817ce74d1715855fb29970fcfebf331e60 (commit)
      from  59b5f56d348983efb5c6ec40fc1e2148d7fd004d (commit)

Summary of changes:
 lib/RT/Config.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit ea16f6817ce74d1715855fb29970fcfebf331e60
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Dec 3 10:34:08 2009 -0500

    wording fixes for new user config option

diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index ed459a5..6fc1b89 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -355,8 +355,8 @@ our %META = (
         SortOrder       => 2,
         Widget          => '/Widgets/Form/Boolean',
         WidgetArguments => {
-            Description => 'Notify Actor', #loc
-            Hints => 'Receive mail from RT for all your actions and correspondence',    #loc
+            Description => 'Outgoing mail', #loc
+            Hints => 'Should RT send you mail for ticket updates you make?', #loc
         }
     },
 

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


More information about the Rt-commit mailing list