diff options
author | Thierry Crozat | 2018-07-22 21:28:12 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-07-22 21:28:12 +0100 |
commit | 0b6ef93b855660b36ce8641dc5cd36e5d465142b (patch) | |
tree | 016d03e87611710c1dfe146d4ae2b6f889298690 /audio/mods | |
parent | 1832dd0babb0b477a59d77f15c3a8d376b37018b (diff) | |
download | scummvm-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/mods')
-rw-r--r-- | audio/mods/paula.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mods/paula.cpp b/audio/mods/paula.cpp index 896a272ee9..0ebf3bc32a 100644 --- a/audio/mods/paula.cpp +++ b/audio/mods/paula.cpp @@ -193,7 +193,7 @@ int Paula::readBufferIntern(int16 *buffer, const int numSamples) { class AmigaMusicPlugin : public NullMusicPlugin { public: const char *getName() const { - return _s("Amiga Audio Emulator"); + return _s("Amiga Audio emulator"); } const char *getId() const { |