Add debug i18n comments and revise existing i18n comments

This commit is contained in:
JosJuice
2016-10-30 16:37:29 +01:00
parent 146ee6de91
commit d80086adf5
3 changed files with 7 additions and 4 deletions

View File

@ -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"));