Skip to content

Commit 8ae1dd3

Browse files
author
delphidabbler
committed
Edit and correct database backup and restore dialogue help topics
1 parent e2290cd commit 8ae1dd3

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Src/Help/HTML/dlg_backup.htm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ <h1>
3535
<p>
3636
This Windows standard dialogue box is displayed when the <em>Database |
3737
Backup User Database</em> menu option is selected. Use the dialogue to
38-
specify the name and location of the file the will store the backup.
38+
specify the name and location of the file that will store the backup.
39+
</p>
40+
<p>
41+
No extension is added to the specified file name.
3942
</p>
4043
<p>
4144
Note that the entire database is stored in a single file.

Src/Help/HTML/dlg_restore.htm

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,21 @@
3030
value="RestoreBackupDlg">
3131
</object>
3232
<h1>
33-
Open Backup Dialogue Box
33+
Open Backup File Dialogue Box
3434
</h1>
3535
<p>
3636
This Windows standard dialogue box is displayed when the <em>Database |
3737
Restore User Database</em> menu option is selected. Use the dialogue to
38-
specify the name and location of the previously created backup file that
39-
contains the database to be restored.
38+
specify the name and location of the backup file that contains the
39+
database to be restored.
40+
</p>
41+
<p>
42+
An error message will be displayed if the selected file is not a valid
43+
backup file.
4044
</p>
4145
<p>
42-
Click <em>OK</em> restore the database. The existing user database will be
43-
overwritten.
46+
Click <em>OK</em> to restore the backup. The existing user database will
47+
be overwritten.
4448
</p>
4549
</body>
4650
</html>

0 commit comments

Comments
 (0)