diff options
Diffstat (limited to 'audio/softsynth/appleiigs.cpp')
-rw-r--r-- | audio/softsynth/appleiigs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/appleiigs.cpp b/audio/softsynth/appleiigs.cpp index e07e282de6..49e31b0e7b 100644 --- a/audio/softsynth/appleiigs.cpp +++ b/audio/softsynth/appleiigs.cpp @@ -30,7 +30,7 @@ class AppleIIGSMusicPlugin : public NullMusicPlugin { public: const char *getName() const { - return _s("Apple II GS Emulator (NOT IMPLEMENTED)"); + return _s("Apple II GS emulator (NOT IMPLEMENTED)"); } const char *getId() const { |