From 125e231027d06bc622dc6aa75d28cdd8df57823b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 21 Mar 2016 13:39:46 -0700 Subject: [PATCH] optimize customer list, RT#20173 --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 716ab8ce2..28969be92 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 ], -- 2.20.1