1
0
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:
Paul Licameli
2019-12-04 13:52:39 -05:00
parent c23451af9d
commit 747c35645a
50 changed files with 146 additions and 147 deletions

View File

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