aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32.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/mt32.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/mt32.cpp')
-rw-r--r--audio/softsynth/mt32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/mt32.cpp b/audio/softsynth/mt32.cpp
index 38978b8edf..09a8083f7b 100644
--- a/audio/softsynth/mt32.cpp
+++ b/audio/softsynth/mt32.cpp
@@ -434,7 +434,7 @@ void MidiDriver_ThreadedMT32::onTimer() {
class MT32EmuMusicPlugin : public MusicPluginObject {
public:
const char *getName() const {
- return _s("MT-32 Emulator");
+ return _s("MT-32 emulator");
}
const char *getId() const {