| @@ -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"> |