1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 05:33:02 +01:00

Wiki Wording issue: capitalise 'Speed'

This commit is contained in:
windinthew
2017-04-08 19:22:14 +01:00
parent c44e5a281a
commit 05662ac607
2 changed files with 4 additions and 4 deletions

View File

@@ -303,7 +303,7 @@ void TranscriptionToolBar::RegenerateTooltips()
wxString commandName;
wxString untranslatedLabel;
} table[] = {
{ TTB_PlaySpeed, wxT("PlayAtSpeed"), XO("Play-at-speed") },
{ TTB_PlaySpeed, wxT("PlayAtSpeed"), XO("Play-at-Speed") },
};
std::vector<wxString> commands;