[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-321-g86d28b2

Kevin Falcone falcone at bestpractical.com
Fri Aug 13 17:55:31 EDT 2010


The branch, 3.9-trunk has been updated
       via  86d28b2f574a049870bf96c80492afe28c6e8f36 (commit)
      from  95683c62d2b617df048bdfca3f4c50d41415e59f (commit)

Summary of changes:
 share/html/Elements/RT__User/ColumnMap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 86d28b2f574a049870bf96c80492afe28c6e8f36
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Aug 13 17:57:35 2010 -0400

    Better Address1 column header for most uses

diff --git a/share/html/Elements/RT__User/ColumnMap b/share/html/Elements/RT__User/ColumnMap
index 2883738..75c81d2 100644
--- a/share/html/Elements/RT__User/ColumnMap
+++ b/share/html/Elements/RT__User/ColumnMap
@@ -103,7 +103,7 @@ my $COLUMN_MAP = {
 	value     => sub { return $_[0]->PagerPhone() },
     },
     Address1 => {
-        title     => 'Address 1', # loc
+        title     => 'Address', # loc
 	attribute => 'Address1',
 	value     => sub { return $_[0]->Address1() },
     },

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


More information about the Rt-commit mailing list