PluginProbe
Polylang / 3.1
Polylang v3.1
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | settings/settings-url.php +2 -1 3.03.1 View file →
@@ -52,8 +52,9 @@
52 52 * @return void
53 53 */
54 54 protected function force_lang() {
55 55 ?>
56 + <p class="description"><?php esc_html_e( 'Some themes or plugins may not be fully compatible with the language defined by the content or by domains.', 'polylang' ); ?></p>
56 57 <label>
57 58 <?php
58 59 printf(
59 60 '<input name="force_lang" type="radio" value="0" %s /> %s',
@@ -179,9 +180,9 @@
179 180 <?php
180 181 printf(
181 182 '<input name="redirect_lang" type="checkbox" value="1" %s/> %s',
182 183 checked( $this->options['redirect_lang'], 1, false ),
183 - esc_html__( 'The front page url contains the language code instead of the page name or page id', 'polylang' )
184 + esc_html__( 'The front page URL contains the language code instead of the page name or page id', 'polylang' )
184 185 );
185 186 ?>
186 187 </label>
187 188 <p class="description">