diff options
| author | 2024-02-24 02:30:51 +0000 | |
|---|---|---|
| committer | 2024-02-23 21:30:51 -0500 | |
| commit | 0cb1d86266a30bf42268977a1be5455f2822f527 (patch) | |
| tree | 218cfced209116a949bcba18b84c6a6a7c5b6308 /hash | |
| parent | 83c82598e63c820e1df42d480194d63327eafb17 (diff) | |
mindset_flop.xml; adam_flop.xml; next_hdd: Normalize software list description (#12046)
mindset_flop.xml: Lower case on storage media's name (Mindset Corporation Mindset floppy discs).
adam_flop.xml: Keep upper case only on the first letter of the system's name (Coleco Adam diskettes).
next_hdd.xml: Put the manufacturer's name on first place (NeXT hard disk images)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/adam_flop.xml | 2 | ||||
| -rw-r--r-- | hash/mindset_flop.xml | 2 | ||||
| -rw-r--r-- | hash/next_hdd.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hash/adam_flop.xml b/hash/adam_flop.xml index 8eb456f0b36..a65b3573ca3 100644 --- a/hash/adam_flop.xml +++ b/hash/adam_flop.xml @@ -3,7 +3,7 @@ <!-- license:CC0-1.0 --> -<softwarelist name="adam_flop" description="Coleco ADAM diskettes"> +<softwarelist name="adam_flop" description="Coleco Adam diskettes"> <!-- Thanks to SacNews.net for their very comprehensive software database! diff --git a/hash/mindset_flop.xml b/hash/mindset_flop.xml index 0dbcbdb9eec..3a1368257ca 100644 --- a/hash/mindset_flop.xml +++ b/hash/mindset_flop.xml @@ -4,7 +4,7 @@ license:CC0-1.0 --> -<softwarelist name="mindset_flop" description="Mindset Corporation Mindset Floppy Discs"> +<softwarelist name="mindset_flop" description="Mindset Corporation Mindset floppy discs"> <software name="vyper" supported="partial"> <description>Vyper</description> <year>1984</year> diff --git a/hash/next_hdd.xml b/hash/next_hdd.xml index ca35cdd8a60..50bb62bb378 100644 --- a/hash/next_hdd.xml +++ b/hash/next_hdd.xml @@ -3,7 +3,7 @@ <!-- license:CC0-1.0 --> -<softwarelist name="next_hdd" description="Hard disk images for NeXT"> +<softwarelist name="next_hdd" description="NeXT hard disk images"> <!-- To boot from hard disk enter the ROM monitor (Command + `) and enter "p" to |
