| @@ -25,8 +25,9 @@ | ||
| 25 | 25 | $server = strtoupper( $_SERVER['SERVER_SOFTWARE'] ); |
| 26 | 26 | |
| 27 | 27 | if ( strstr( $server, 'APACHE' ) ) { |
| 28 | 28 | $htaccess_file = get_home_path() . '.htaccess'; |
| 29 | + /* translators: %s: Path to .htaccess file. */ | |
| 29 | 30 | $this->message .= ' ' . sprintf( esc_html__( 'File Path: %s', 'elementor' ), $htaccess_file ) . ' '; |
| 30 | 31 | return file_exists( $htaccess_file ); |
| 31 | 32 | } |
| 32 | 33 | return true; |