diff options
Diffstat (limited to 'src/emu/ui/datfile.cpp')
-rw-r--r-- | src/emu/ui/datfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/datfile.cpp b/src/emu/ui/datfile.cpp index 08415084cf9..6e1bf6e1f6c 100644 --- a/src/emu/ui/datfile.cpp +++ b/src/emu/ui/datfile.cpp @@ -136,7 +136,7 @@ void datfile_manager::init_history() int swcount = 0; int count = index_datafile(m_histidx, swcount); osd_printf_verbose("History.dat games found = %i\n", count); - osd_printf_verbose("History.dat softwares found = %i\n", swcount); + osd_printf_verbose("History.dat software found = %i\n", swcount); osd_printf_verbose("Rev = %s\n", m_history_rev.c_str()); } |