summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-21 13:39:46 -0700
committerIvan Kohler <ivan@freeside.biz>2016-03-21 13:39:46 -0700
commit125e231027d06bc622dc6aa75d28cdd8df57823b (patch)
treea7ee6a9a30378aaeb6c8e19d5af296b26b5cb86b /FS
parent99907efacb1ef0da6125cc91db24dc48a347197d (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 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 ],