File: /home/grainesdfo/www/wp-content/plugins/backwpup/views/restore/steps/step1_top.php
<div class="metabox-holder postbox backwpup-cleared-postbox backwpup-full-width">
<h3 class="hndle"><span><?php esc_html_e( 'Backup Upload', 'backwpup' ); ?></span></h3>
<div class="inside">
<p>
<?php
esc_html_e(
'Welcome to BackWPup Restore. This tool helps you to restore a backup of your WordPress installation. Each step of the restore process will be explained in this box to get you quickly running.',
'backwpup'
);
?>
</p>
<hr>
<p>
<?php
esc_html_e(
'The first step is to upload a backup file. You can simply drag\'n\'drop a ZIP file of your backup into the box below or click on the `Select Archive` button and select the file using the file explorer.',
'backwpup'
);
?>
</p>
<p>
<?php
esc_html_e(
'The upload of the file should start automatically and you will be lead to the next step.',
'backwpup'
);
?>
</p>
<p><strong><?php esc_html_e( 'Note: Only backups done with BackWPup can be restored.', 'backwpup' ); ?></strong></p>
</div>
</div>