localized.h: follow Sony Naming Conventions (#8539)

* localized.h: follow Sony Naming Conventions

See this : https://github.com/RPCS3/rpcs3/issues/4259 (Main Window -> (Localized) Replace the category names with either something more gramatically correct or something used in Sony Naming Conventions)
This commit is contained in:
Jacques Yakoub 2020-07-02 09:39:10 +02:00 committed by GitHub
parent eea12bad07
commit 36cf5dca82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@ public:
const struct category // (see PARAM.SFO in psdevwiki.com) TODO: Disc Categories
{
// PS3 bootable
const QString app_music = tr("App Music");
const QString app_photo = tr("App Photo");
const QString app_tv = tr("App TV");
const QString app_video = tr("App Video");
const QString app_music = tr("Music App");
const QString app_photo = tr("Photo App");
const QString app_tv = tr("TV App");
const QString app_video = tr("Video App");
const QString bc_video = tr("Broadcast Video");
const QString disc_game = tr("Disc Game");
const QString hdd_game = tr("HDD Game");