aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMatthew Hoops2009-06-05 22:35:13 +0000
committerMatthew Hoops2009-06-05 22:35:13 +0000
commit7e5269402541c5e8967cdfc17283fb89f27f69e2 (patch)
tree1154b719287fc8f7cc6a121d5f91e492eb9181c6 /common
parent90ee879d89ad974df64a5119ae92d40141309496 (diff)
downloadscummvm-rg350-7e5269402541c5e8967cdfc17283fb89f27f69e2.tar.gz
scummvm-rg350-7e5269402541c5e8967cdfc17283fb89f27f69e2.tar.bz2
scummvm-rg350-7e5269402541c5e8967cdfc17283fb89f27f69e2.zip
Make the PlayStation's abbreviation to all lower-case for consistency and change the description from Playstation to Sony PlayStation
svn-id: r41200
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 787e0736f9..f6c89fc4a5 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -271,7 +271,7 @@ const PlatformDescription g_platforms[] = {
{"nes", "nes", "nes", "NES", kPlatformNES},
{"segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD},
{"windows", "win", "win", "Windows", kPlatformWindows},
- {"playstation", "psx", "PSX", "Playstation", kPlatformPSX},
+ {"playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX},
{0, 0, 0, "Default", kPlatformUnknown}