diff options
author | 2016-04-12 08:48:35 -0400 | |
---|---|---|
committer | 2016-04-12 08:48:35 -0400 | |
commit | 3ed3b7e7fcc4f828106149272e3c3ee9fb0ccb65 (patch) | |
tree | 1deef1318e78ec3d28745a77fef2faec2712ae20 /src/emu/ui/selsoft.cpp | |
parent | 0d0ecae0a4e531452dfd20ee75ebbedaaad7a32d (diff) | |
parent | 3d5c53d11e99d109c4e6351aeade2fb7e857e71b (diff) |
Merge pull request #776 from jmallach/typos
Fix typos throughout the codebase
Diffstat (limited to 'src/emu/ui/selsoft.cpp')
-rw-r--r-- | src/emu/ui/selsoft.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/ui/selsoft.cpp b/src/emu/ui/selsoft.cpp index 5aaf00422c0..8f919c9a01e 100644 --- a/src/emu/ui/selsoft.cpp +++ b/src/emu/ui/selsoft.cpp @@ -4,7 +4,7 @@ ui/selsoft.cpp - UI softwares menu. + UI software menu. ***************************************************************************/ @@ -519,7 +519,7 @@ void ui_menu_select_software::populate() } //------------------------------------------------- -// build a list of softwares +// build a list of software //------------------------------------------------- void ui_menu_select_software::build_software_list() @@ -680,7 +680,7 @@ void ui_menu_select_software::custom_render(void *selectedref, float top, float // determine the text for the header int vis_item = (m_search[0] != 0) ? visible_items : (m_has_empty_start ? visible_items - 1 : visible_items); - tempbuf[0] = string_format(_("%1$s %2$s ( %3$d / %4$d softwares )"), emulator_info::get_appname(), bare_build_version, vis_item, m_swinfo.size() - 1); + tempbuf[0] = string_format(_("%1$s %2$s ( %3$d / %4$d software )"), emulator_info::get_appname(), bare_build_version, vis_item, m_swinfo.size() - 1); tempbuf[1] = string_format(_("Driver: \"%1$s\" software list "), m_driver->description); if (sw_filters::actual == UI_SW_REGION && m_filter.region.ui.size() != 0) |