summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emuopts.cpp')
-rw-r--r--src/emu/emuopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp
index bfc8087c459..27067aaebca 100644
--- a/src/emu/emuopts.cpp
+++ b/src/emu/emuopts.cpp
@@ -204,7 +204,7 @@ const options_entry emu_options::s_option_entries[] =
{ OPTION_BIOS, nullptr, core_options::option_type::STRING, "select the system BIOS to use" },
{ OPTION_CHEAT ";c", "0", core_options::option_type::BOOLEAN, "enable cheat subsystem" },
{ OPTION_SKIP_GAMEINFO, "0", core_options::option_type::BOOLEAN, "skip displaying the system information screen at startup" },
- { OPTION_UI_FONT, "default", core_options::option_type::STRING, "specify a font to use for the internal UI" },
+ { OPTION_UI_FONT, "default", core_options::option_type::STRING, "specify a font to use UI text" },
{ OPTION_UI, "cabinet", core_options::option_type::STRING, "type of UI (simple|cabinet)" },
{ OPTION_RAMSIZE ";ram", nullptr, core_options::option_type::STRING, "size of RAM (if supported by driver)" },
{ OPTION_CONFIRM_QUIT, "0", core_options::option_type::BOOLEAN, "ask for confirmation before exiting" },