summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-21 13:39:45 -0700
committerIvan Kohler <ivan@freeside.biz>2016-03-21 13:39:45 -0700
commit8eb2c9d25cdb73d2c97a46244f9d6f5b750b2ab2 (patch)
treeee4f83a5e0e0bc788835a962da1b6f89259aeaed /FS
parent0e56763a6b3898632d6f0c20c454eed9b0169342 (diff)
optimize customer list, RT#20173
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
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 ],