[freeside-commits] branch FREESIDE_4_BRANCH updated. 125e231027d06bc622dc6aa75d28cdd8df57823b

Ivan ivan at 420.am
Mon Mar 21 13:39:47 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  125e231027d06bc622dc6aa75d28cdd8df57823b (commit)
      from  99907efacb1ef0da6125cc91db24dc48a347197d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 125e231027d06bc622dc6aa75d28cdd8df57823b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Mar 21 13:39:46 2016 -0700

    optimize customer list, RT#20173

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 716ab8c..28969be 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5570,7 +5570,7 @@ and customer address. Include units.',
   {
     'key'         => 'translate-auto-insert',
     'section'     => '',
-    'description' => 'Auto-insert untranslated strings for selected non-en_US locales with their default/en_US values.  Do not turn this on unless translating the interface into a new language.',
+    'description' => 'Auto-insert untranslated strings for selected non-en_US locales with their default/en_US values.  Do not turn this on unless translating the interface into a new language.  Restart Apache after changing.',
     'type'        => 'select',
     'multiple'    => 1,
     'select_enum' => [ grep { $_ ne 'en_US' } FS::Locales::locales ],

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

Summary of changes:
 FS/FS/Conf.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list