mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
More debug text fixes
Also a few small non-debug text changes.
This commit is contained in:
@ -302,6 +302,8 @@ wxMenu* MainMenuBar::CreateViewMenu() const
|
||||
if (m_type == MenuType::Debug)
|
||||
{
|
||||
view_menu->AppendCheckItem(IDM_REGISTER_WINDOW, _("&Registers"));
|
||||
// i18n: This kind of "watch" is used for watching emulated memory.
|
||||
// It's not related to timekeeping devices.
|
||||
view_menu->AppendCheckItem(IDM_WATCH_WINDOW, _("&Watch"));
|
||||
view_menu->AppendCheckItem(IDM_BREAKPOINT_WINDOW, _("&Breakpoints"));
|
||||
view_menu->AppendCheckItem(IDM_MEMORY_WINDOW, _("&Memory"));
|
||||
|
Reference in New Issue
Block a user