diff --git a/docs/index.html b/docs/index.html
index 4683365a3..276fbae1b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4270,6 +4270,16 @@ Ms Pac-Man (Stella extended codes):
+
The buttons at the bottom of the dialogs work as follows:
+
+ - Defaults: Reset the properties to those built into Stella.
+ - Save: Save the properties for the currently selected ROM only
+ to a properties file in the users default save directory.
+ - OK: Merge/commit any changes into the ROM properties database, which
+ contains info on all ROMs.
+ - Cancel: Revert any changes in the dialog, and cancel the operation.
+
+
The name of the properties file will depend on the version of Stella, as follows:
@@ -4290,17 +4300,7 @@ Ms Pac-Man (Stella extended codes):
_BASEDIR_/stella.pro |
- The buttons at the bottom of the dialog work as follows:
-
- - Defaults: Reset the properties to those built into Stella.
- - Save: Save the properties for the currently selected ROM only
- to a properties file in the users default save directory.
- - OK: Merge/commit any changes into the ROM properties database, which
- contains info on all ROMs.
- - Cancel: Revert any changes in the dialog, and cancel the operation.
-
- Note that for any changes made here, Stella will require a restart for the
- changes to take effect.
+ Note: For manual changes to the property files Stella will require a restart to take effect.