[freeside-commits] branch FREESIDE_3_BRANCH updated. e7c0997647409ed5eac447af22d01561dbef3539

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


The branch, FREESIDE_3_BRANCH has been updated
       via  e7c0997647409ed5eac447af22d01561dbef3539 (commit)
      from  3893d4aa23fe206ed319389617c798c053692b78 (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 e7c0997647409ed5eac447af22d01561dbef3539
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Mar 21 13:39:48 2016 -0700

    optimize customer list, RT#20173

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 7759a71..9c0e8ba 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5857,7 +5857,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