mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
DolphinQt: Add i18n comment for "Save Game"
It's very easy to assume the "save" in this string is a verb.
This commit is contained in:
parent
55e331836d
commit
6a1a7efdd5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user