mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Add debug i18n comments and revise existing i18n comments
This commit is contained in:
parent
146ee6de91
commit
d80086adf5
3 changed files with 7 additions and 4 deletions
|
@ -467,6 +467,7 @@ wxMenu* MainMenuBar::CreateSymbolsMenu() const
|
|||
wxMenu* MainMenuBar::CreateProfilerMenu() const
|
||||
{
|
||||
auto* const profiler_menu = new wxMenu;
|
||||
// i18n: "Profile" is used as a verb, not a noun.
|
||||
profiler_menu->AppendCheckItem(IDM_PROFILE_BLOCKS, _("&Profile Blocks"));
|
||||
profiler_menu->AppendSeparator();
|
||||
profiler_menu->Append(IDM_WRITE_PROFILE, _("&Write to profile.txt, Show"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue