diff --git a/docs/index.html b/docs/index.html
index 736f3311d..49d296896 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3025,7 +3025,7 @@
PAL color-loss | Use PAL color-loss effect | -plr.colorloss -dev.colorloss |
Debug colors | Use fixed debug colors | -plr.debugcolors -dev.debugcolors |
Jitter/roll effect | Emulate screen roll with inconsistent scanline count | -plr.tv.jitter -dev.tv.jitter |
- Jitter/roll recovery | Determines recovery time for screen rolling | -plr.tv.jitter_recovery -dev.tv.jitter_recovery |
+ (Jitter/roll) Recovery | Determines recovery time for screen rolling | -plr.tv.jitter_recovery -dev.tv.jitter_recovery |
Drive unused TIA pins ... | Unused TIA pins are read random instead of the last databus values | -plr.tiadriven -dev.tiadriven |
@@ -3429,7 +3429,8 @@ Ms Pac-Man (Stella extended codes):
8IN1 ¹ | 16-64K Multicart (8 games) |
16IN1 ¹ | 32-128K Multicart (16 games) |
32IN1 ¹ | 64-128K Multicart (32 games) |
- 128N1 ¹ | 256/512K Multicart |
+ 64IN1 ¹ | 64/128K Multicart |
+ 128IN1 ¹ | 256/512K Multicart |
2K | 64-2048 byte Atari |
3E | 32K Tigervision |
3E+ | 3E+ (TJ modified DASH) |
diff --git a/src/gui/LauncherFilterDialog.cxx b/src/gui/LauncherFilterDialog.cxx
index 4841082d9..2e3bf531c 100644
--- a/src/gui/LauncherFilterDialog.cxx
+++ b/src/gui/LauncherFilterDialog.cxx
@@ -47,7 +47,7 @@ LauncherFilterDialog::LauncherFilterDialog(GuiObject* boss, const GUI::Font& fon
// Types of files to show
VarList::push_back(items, "All files", "allfiles");
- VarList::push_back(items, "All roms", "allroms");
+ VarList::push_back(items, "All ROMs", "allroms");
VarList::push_back(items, "ROMs ending with", "__EXTS");
myFileType =
new PopUpWidget(this, font, xpos, ypos, pwidth, lineHeight, items,