aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/pcspk.cpp
diff options
context:
space:
mode:
authorThierry Crozat2018-07-22 21:28:12 +0100
committerThierry Crozat2018-07-22 21:28:12 +0100
commit0b6ef93b855660b36ce8641dc5cd36e5d465142b (patch)
tree016d03e87611710c1dfe146d4ae2b6f889298690 /audio/softsynth/pcspk.cpp
parent1832dd0babb0b477a59d77f15c3a8d376b37018b (diff)
downloadscummvm-rg350-0b6ef93b855660b36ce8641dc5cd36e5d465142b.tar.gz
scummvm-rg350-0b6ef93b855660b36ce8641dc5cd36e5d465142b.tar.bz2
scummvm-rg350-0b6ef93b855660b36ce8641dc5cd36e5d465142b.zip
GUI: Use consistent capitalization for options
As discussed on the mailing list we should use title capitalization only for push buttons and tabs and use sentence capitalization for everything else.
Diffstat (limited to 'audio/softsynth/pcspk.cpp')
-rw-r--r--audio/softsynth/pcspk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/softsynth/pcspk.cpp b/audio/softsynth/pcspk.cpp
index 72f33a4761..e490583749 100644
--- a/audio/softsynth/pcspk.cpp
+++ b/audio/softsynth/pcspk.cpp
@@ -136,7 +136,7 @@ int8 PCSpeaker::generateTriangle(uint32 x, uint32 oscLength) {
class PCSpeakerMusicPlugin : public NullMusicPlugin {
public:
const char *getName() const {
- return _s("PC Speaker Emulator");
+ return _s("PC Speaker emulator");
}
const char *getId() const {
@@ -155,7 +155,7 @@ MusicDevices PCSpeakerMusicPlugin::getDevices() const {
class PCjrMusicPlugin : public NullMusicPlugin {
public:
const char *getName() const {
- return _s("IBM PCjr Emulator");
+ return _s("IBM PCjr emulator");
}
const char *getId() const {