diff options
author | 2016-03-31 23:38:58 +0200 | |
---|---|---|
committer | 2016-04-01 02:28:16 +0200 | |
commit | 94ad873787e87c3bf6feb1581baebf60caed76f9 (patch) | |
tree | ad110d3829bfc4738784b7b88036678097cc5266 | |
parent | 80890952a78a71c2e4a29b0178285774d2ed4e8c (diff) |
Typo fix: softwares → software
Software is uncountable. At most, we can use "pieces of software" or so.
-rw-r--r-- | src/emu/ui/datfile.cpp | 2 | ||||
-rw-r--r-- | src/emu/ui/selsoft.cpp | 6 | ||||
-rw-r--r-- | src/emu/ui/selsoft.h | 2 | ||||
-rw-r--r-- | src/mame/drivers/fanucspmg.cpp | 2 | ||||
-rw-r--r-- | src/mame/machine/sms.cpp | 2 |
5 files changed, 7 insertions, 7 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()); } diff --git a/src/emu/ui/selsoft.cpp b/src/emu/ui/selsoft.cpp index 0022297f6c8..1c85ccf5fde 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. ***************************************************************************/ @@ -517,7 +517,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() @@ -678,7 +678,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) diff --git a/src/emu/ui/selsoft.h b/src/emu/ui/selsoft.h index 3b44218527b..64ce0ac4cdb 100644 --- a/src/emu/ui/selsoft.h +++ b/src/emu/ui/selsoft.h @@ -4,7 +4,7 @@ ui/selsoft.h - UI softwares menu. + UI software menu. ***************************************************************************/ #pragma once diff --git a/src/mame/drivers/fanucspmg.cpp b/src/mame/drivers/fanucspmg.cpp index 88eb5836d87..62e54b6adbf 100644 --- a/src/mame/drivers/fanucspmg.cpp +++ b/src/mame/drivers/fanucspmg.cpp @@ -19,7 +19,7 @@ if the LOAD key is accidentally pressed quickly while using the system, which wo erase everything in memory and all data up to that point and re-load the software from scratch. When loading is activated application software is read from floppies. -The softwares are not point and click auto-generation type conversational CAD/CAM +The software are not point and click auto-generation type conversational CAD/CAM applications. The earlier 'non-Symbolic' software requires knowledge of programming in APT and other languages of the era. The 'Symbolic' software has menus and asks questions and the blanks must be filled in correctly. The graphics are mostly made of lines but are diff --git a/src/mame/machine/sms.cpp b/src/mame/machine/sms.cpp index bf50bb12d15..8934883c3cf 100644 --- a/src/mame/machine/sms.cpp +++ b/src/mame/machine/sms.cpp @@ -907,7 +907,7 @@ MACHINE_START_MEMBER(sms_state,sms) // a F0 pattern on power up; F0 = RET P. // This initialization breaks some Game Gear games though (e.g. // tempojr), suggesting that not all systems had the same initialization. - // This also breaks some homebrew softwares (e.g. Nine Pixels). + // This also breaks some homebrew software (e.g. Nine Pixels). // For the moment we apply this to systems that have the Japanese SMS // cartridge slot. if (m_has_jpn_sms_cart_slot) |