diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-03-10 19:17:40 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-10 19:17:40 -0500 |
commit | 1ede1db458d07b50cfede5937958cb20752df616 (patch) | |
tree | b7484d24649fb07b8a591148ada617b14d8bbc6d /plugins/jetpack/modules/module-headings.php | |
parent | Update akismet 4.0.3 (diff) | |
download | blogs-gentoo-1ede1db458d07b50cfede5937958cb20752df616.tar.gz blogs-gentoo-1ede1db458d07b50cfede5937958cb20752df616.tar.bz2 blogs-gentoo-1ede1db458d07b50cfede5937958cb20752df616.zip |
Update jetpack 5.9
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/jetpack/modules/module-headings.php')
-rw-r--r-- | plugins/jetpack/modules/module-headings.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/jetpack/modules/module-headings.php b/plugins/jetpack/modules/module-headings.php index 5612ccbb..477094ba 100644 --- a/plugins/jetpack/modules/module-headings.php +++ b/plugins/jetpack/modules/module-headings.php @@ -82,7 +82,7 @@ function jetpack_get_module_i18n( $key ) { 'lazy-images' => array(
'name' => _x( 'Lazy Images', 'Module Name', 'jetpack' ), - 'description' => _x( 'Improve performance by loading images just before they scroll into view', 'Module Description', 'jetpack' ), + 'description' => _x( 'Lazy load images', 'Module Description', 'jetpack' ), ),
'likes' => array(
@@ -125,7 +125,7 @@ function jetpack_get_module_i18n( $key ) { 'photon' => array(
'name' => _x( 'Photon', 'Module Name', 'jetpack' ), - 'description' => _x( 'Speed up images and photos', 'Module Description', 'jetpack' ), + 'description' => _x( 'Serve images from our servers', 'Module Description', 'jetpack' ), 'recommended description' => _x( 'Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.', 'Jumpstart Description', 'jetpack' ), ),
@@ -163,7 +163,6 @@ function jetpack_get_module_i18n( $key ) { 'seo-tools' => array(
'name' => _x( 'SEO Tools', 'Module Name', 'jetpack' ), 'description' => _x( 'Better results on search engines and social media.', 'Module Description', 'jetpack' ), - 'recommended description' => _x( 'Better results on search engines and social media.', 'Jumpstart Description', 'jetpack' ), ),
'sharedaddy' => array(
|