| @@ -18,10 +18,10 @@ | ||
| 18 | 18 | parent::__construct( |
| 19 | 19 | $polylang, |
| 20 | 20 | array( |
| 21 | 21 | 'module' => 'wpml', |
| 22 | - 'title' => __( 'WPML compatibility', 'polylang' ), | |
| 23 | - 'description' => __( 'Polylang\'s WPML compatibility mode', 'polylang' ), | |
| 22 | + 'title' => __( 'WPML Compatibility', 'polylang' ), | |
| 23 | + 'description' => __( 'WPML compatibility mode of Polylang', 'polylang' ), | |
| 24 | 24 | ) |
| 25 | 25 | ); |
| 26 | 26 | } |
| 27 | 27 | |