mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +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
|
@ -415,6 +415,8 @@ void MenuBar::AddViewMenu()
|
|||
connect(&Settings::Instance(), &Settings::RegistersVisibilityChanged, m_show_registers,
|
||||
&QAction::setChecked);
|
||||
|
||||
// i18n: This kind of "watch" is used for watching emulated memory.
|
||||
// It's not related to timekeeping devices.
|
||||
m_show_watch = view_menu->addAction(tr("&Watch"));
|
||||
m_show_watch->setCheckable(true);
|
||||
m_show_watch->setChecked(Settings::Instance().IsWatchVisible());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue