mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
Use capital 'M' for Macro in history.
This commit is contained in:
@@ -867,13 +867,13 @@ bool MacroCommands::ApplyMacro(
|
||||
if (name.IsEmpty())
|
||||
{
|
||||
/* i18n-hint: active verb in past tense */
|
||||
longDesc = _("Applied macro");
|
||||
shortDesc = _("Apply macro");
|
||||
longDesc = _("Applied Macro");
|
||||
shortDesc = _("Apply Macro");
|
||||
}
|
||||
else
|
||||
{
|
||||
/* i18n-hint: active verb in past tense */
|
||||
longDesc = wxString::Format(_("Applied macro '%s'"), name);
|
||||
longDesc = wxString::Format(_("Applied Macro '%s'"), name);
|
||||
shortDesc = wxString::Format(_("Apply '%s'"), name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user