Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10250 from JosJuice/i18n-save-game
DolphinQt: Add i18n comment for "Save Game"
  • Loading branch information
lioncash committed Nov 30, 2021
2 parents 57d251c + 6a1a7ef commit fc1ed33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt/GBAWidget.cpp
Expand Up @@ -401,6 +401,7 @@ void GBAWidget::contextMenuEvent(QContextMenuEvent* event)
reset_action->setEnabled(CanResetCore());
connect(reset_action, &QAction::triggered, this, &GBAWidget::ResetCore);

// i18n: Noun (i.e. the data saved by the game)
auto* savefile_menu = new QMenu(tr("Save Game"), menu);
auto* save_import_action = new QAction(tr("&Import Save Game..."), savefile_menu);
save_import_action->setEnabled(CanControlCore() && m_core_info.has_rom);
Expand Down

0 comments on commit fc1ed33

Please sign in to comment.