mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-21 05:31:13 +01:00
TranslatableString for checkbox captions
This commit is contained in:
@@ -377,7 +377,7 @@ void ScreenshotBigDialog::PopulateOrExchange(ShuttleGui & S)
|
||||
S.StartHorizontalLay();
|
||||
{
|
||||
mDelayCheckBox = S.Id(IdDelayCheckBox).AddCheckBox
|
||||
(_("Wait 5 seconds and capture frontmost window/dialog"),
|
||||
(XO("Wait 5 seconds and capture frontmost window/dialog"),
|
||||
false);
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
|
||||
Reference in New Issue
Block a user