mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Re-add i18n comments that were lost in the DolphinWX removal
This commit is contained in:
parent
e0cb56edb9
commit
fb6b31bba8
10 changed files with 38 additions and 3 deletions
|
@ -118,6 +118,8 @@ void RegisterWidget::ShowContextMenu()
|
|||
auto type = static_cast<RegisterType>(item->data(DATA_TYPE).toInt());
|
||||
auto display = item->GetDisplay();
|
||||
|
||||
// i18n: This kind of "watch" is used for watching emulated memory.
|
||||
// It's not related to timekeeping devices.
|
||||
menu->addAction(tr("Add to &watch"), this,
|
||||
[this, item] { emit RequestMemoryBreakpoint(item->GetValue()); });
|
||||
menu->addAction(tr("View &memory"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue