KMPlayer instead of KM Player

This commit is contained in:
isaak654 2021-06-15 00:08:48 +02:00 committed by GitHub
parent ac048461cf
commit bf0c8a129c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ QString CSbieProcess::ImageTypeToStr(quint32 type)
case MOZILLA_FIREFOX: return tr("Firefox"); case MOZILLA_FIREFOX: return tr("Firefox");
case WINDOWS_MEDIA_PLAYER: return tr("Windows Media Player"); case WINDOWS_MEDIA_PLAYER: return tr("Windows Media Player");
case NULLSOFT_WINAMP: return tr("Winamp"); case NULLSOFT_WINAMP: return tr("Winamp");
case PANDORA_KMPLAYER: return tr("KM Player"); case PANDORA_KMPLAYER: return tr("KMPlayer");
case WINDOWS_LIVE_MAIL: return tr("Windows Live Mail"); case WINDOWS_LIVE_MAIL: return tr("Windows Live Mail");
case SERVICE_MODEL_REG: return tr("Service Model Reg"); case SERVICE_MODEL_REG: return tr("Service Model Reg");
case RUNDLL32: return tr("RunDll32"); case RUNDLL32: return tr("RunDll32");