[freeside-commits] branch master updated. 8eb2c9d25cdb73d2c97a46244f9d6f5b750b2ab2

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


The branch, master has been updated
       via  8eb2c9d25cdb73d2c97a46244f9d6f5b750b2ab2 (commit)
      from  0e56763a6b3898632d6f0c20c454eed9b0169342 (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 8eb2c9d25cdb73d2c97a46244f9d6f5b750b2ab2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Mar 21 13:39:45 2016 -0700

    optimize customer list, RT#20173

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index e2e321c..aeb83c8 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