From 04a1e5df11bbc1c97185ab09423d30e98cea1aff Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Mon, 16 May 2022 09:25:35 -0700 Subject: [PATCH] Refresh translations. --- module-i18n.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */