optimize customer list, RT#20173
authorIvan Kohler <ivan@freeside.biz>
Mon, 21 Mar 2016 20:39:45 +0000 (13:39 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 21 Mar 2016 20:39:45 +0000 (13:39 -0700)
FS/FS/Conf.pm

index e2e321c..aeb83c8 100644 (file)
@@ -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 ],