Tiny typo in Settings page
-
The Share Slugs module description has a tiny typo:
“Allows to share the same url slug accross languages for posts and terms.”
accross should be across (single ‘c’).
Here is the diff:
— modules/share-slug/settings-share-slug.orig.php 2017-04-11 14:54:12.000000000 +0100
+++ modules/share-slug/settings-share-slug.php 2017-05-03 10:17:54.104744400 +0100
@@ -18,7 +18,7 @@
parent::__construct( $polylang, array(
‘module’ => ‘share-slugs’,
‘title’ => __( ‘Share slugs’, ‘polylang’ ),
– ‘description’ => __( ‘Allows to share the same url slug accross languages for posts and terms.’, ‘polylang’ ),
+ ‘description’ => __( ‘Allows to share the same url slug across languages for posts and terms.’, ‘polylang’ ),
) );if ( class_exists( ‘PLL_Share_Post_Slug’, true ) && get_option( ‘permalink_structure’ ) ) {
- The topic ‘Tiny typo in Settings page’ is closed to new replies.