| @@ -60,9 +60,13 @@ | ||
| 60 | 60 | private function _renderMessages() { |
| 61 | 61 | if ( ! filter_var( ini_get( 'allow_url_fopen' ), FILTER_VALIDATE_BOOLEAN ) ) { |
| 62 | 62 | echo '<div class="updated error">'; |
| 63 | 63 | echo '<p>'; |
| 64 | - printf( esc_html__( '%s option is disabled in your php.ini config. Please, enable it by change its value to 1. This option increases the speed of remote CSV uploading.', 'visualizer' ), '<b>allow_url_fopen</b>' ); | |
| 64 | + printf( | |
| 65 | + // translators: %s - the name of the option. | |
| 66 | + esc_html__( '%s option is disabled in your php.ini config. Please, enable it by change its value to 1. This option increases the speed of remote CSV uploading.', 'visualizer' ), | |
| 67 | + '<b>allow_url_fopen</b>' | |
| 68 | + ); | |
| 65 | 69 | echo '</p>'; |
| 66 | 70 | echo '</div>'; |
| 67 | 71 | } |
| 68 | 72 | } |