diff --git a/admin/tool/customlang/locallib.php b/admin/tool/customlang/locallib.php index 4b2d59663f7..1fbe6d6769d 100644 --- a/admin/tool/customlang/locallib.php +++ b/admin/tool/customlang/locallib.php @@ -36,7 +36,7 @@ class tool_customlang_utils { * Rough number of strings that are being processed during a full checkout. * This is used to estimate the progress of the checkout. */ - const ROUGH_NUMBER_OF_STRINGS = 32000; + const ROUGH_NUMBER_OF_STRINGS = 33000; /** @var array cache of {@link self::list_components()} results */ private static $components = null;