diff --git a/module-i18n.php b/module-i18n.php index 51b67c7e90..50b7eab78b 100644 --- a/module-i18n.php +++ b/module-i18n.php @@ -3,13 +3,13 @@ $generated_i18n_strings = array( _x( 'WebP Uploads', 'module name', 'performance-lab' ), _x( 'Creates WebP versions for new JPEG image uploads if supported by the server.', 'module description', 'performance-lab' ), - _x( 'Persistent Object Cache Health Check', 'module name', 'performance-lab' ), - _x( 'Adds a persistent object cache check for sites with non-trivial amounts of data in Site Health status.', 'module description', 'performance-lab' ), - _x( 'Audit Autoloaded Options', 'module name', 'performance-lab' ), - _x( 'Adds a check for autoloaded options in Site Health status.', 'module description', 'performance-lab' ), _x( 'WebP Support', 'module name', 'performance-lab' ), _x( 'Adds a WebP support check in Site Health status.', 'module description', 'performance-lab' ), + _x( 'Audit Autoloaded Options', 'module name', 'performance-lab' ), + _x( 'Adds a check for autoloaded options in Site Health status.', 'module description', 'performance-lab' ), _x( 'Audit Enqueued Assets', 'module name', 'performance-lab' ), _x( 'Adds a CSS and JS resource check in Site Health status.', 'module description', 'performance-lab' ), + _x( 'Persistent Object Cache Health Check', 'module name', 'performance-lab' ), + _x( 'Adds a persistent object cache check for sites with non-trivial amounts of data in Site Health status.', 'module description', 'performance-lab' ), ); /* THIS IS THE END OF THE GENERATED FILE */