From: Ivan Kohler Date: Mon, 21 Mar 2016 20:39:48 +0000 (-0700) Subject: optimize customer list, RT#20173 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e7c0997647409ed5eac447af22d01561dbef3539 optimize customer list, RT#20173 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7759a7164..9c0e8ba8d 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 ],