mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-22 08:31:14 +01:00
Fix a missed translation
This commit is contained in:
@@ -587,7 +587,7 @@ void ScreenFrame::DoCapture(wxString captureMode)
|
|||||||
|
|
||||||
mCommand->SetParameter(wxT("CaptureMode"), captureMode);
|
mCommand->SetParameter(wxT("CaptureMode"), captureMode);
|
||||||
if (!mCommand->Apply(mContext))
|
if (!mCommand->Apply(mContext))
|
||||||
mStatus->SetStatusText(wxT("Capture failed!"), mainStatusBarField);
|
mStatus->SetStatusText(_("Capture failed!"), mainStatusBarField);
|
||||||
Show();
|
Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user