[Rt-commit] rt branch, 4.0/loc-cleanups, updated. rt-4.0.1rc1-16-g562ffcc

Shawn Moore sartak at bestpractical.com
Wed Jun 1 16:47:25 EDT 2011


The branch, 4.0/loc-cleanups has been updated
       via  562ffcc4108f8d5a0a5b7ef1c3f452c343fe398a (commit)
      from  9839aaf8e828de8a0d245405c5ebd70c712bd9b4 (commit)

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

- Log -----------------------------------------------------------------
commit 562ffcc4108f8d5a0a5b7ef1c3f452c343fe398a
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Jun 1 16:46:42 2011 -0400

    Fix mistaken use of # loc_left_pair
    
        Fixes http://issues.bestpractical.com/Ticket/Display.html?id=17582

diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index 3cd5b87..76b3b3a 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -173,8 +173,8 @@ our %META = (
             Description => 'Username format', # loc
             Values      => [qw(concise verbose)],
             ValuesLabel => {
-                concise => 'Short usernames', # loc_left_pair
-                verbose => 'Name and email address', # loc_left_pair
+                concise => 'Short usernames', # loc
+                verbose => 'Name and email address', # loc
             },
         },
     },

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


More information about the Rt-commit mailing list