diff --git a/src/qt_gui/game_list_frame.cpp b/src/qt_gui/game_list_frame.cpp
index 0291d12b8..2118c38b0 100644
--- a/src/qt_gui/game_list_frame.cpp
+++ b/src/qt_gui/game_list_frame.cpp
@@ -239,7 +239,7 @@ void GameListFrame::SetCompatibilityItem(int row, int column, CompatibilityEntry
break;
case CompatibilityStatus::Nothing:
color = QStringLiteral("#212121");
- status_explanation = tr("Games does not initialize properly / crashes the emulator");
+ status_explanation = tr("Game does not initialize properly / crashes the emulator");
break;
case CompatibilityStatus::Boots:
color = QStringLiteral("#828282");
diff --git a/src/qt_gui/translations/en.ts b/src/qt_gui/translations/en.ts
index 4eaa2c443..9e6487201 100644
--- a/src/qt_gui/translations/en.ts
+++ b/src/qt_gui/translations/en.ts
@@ -1364,6 +1364,11 @@
SerialSerial
+
+
+ Compatibility
+ Compatibility
+ Region
@@ -1399,6 +1404,36 @@
Never PlayedNever Played
+
+
+ Compatibility is untested
+ Compatibility is untested
+
+
+
+ Game does not initialize properly / crashes the emulator
+ Game does not initialize properly / crashes the emulator
+
+
+
+ Game boots, but only displays a blank screen
+ Game boots, but only displays a blank screen
+
+
+
+ Game displays an image but does not go past the menu
+ Game displays an image but does not go past the menu
+
+
+
+ Game has game-breaking glitches or unplayable performance
+ Game has game-breaking glitches or unplayable performance
+
+
+
+ Game can be completed with playable performance and no major glitches
+ Game can be completed with playable performance and no major glitches
+ CheckUpdate