mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-17 11:40:35 +02:00
Use TranslatableString in NumericTextCtrl...
... Fixing a minor error in TimerRecordDialog, where translation of format was done too soon
This commit is contained in:
@@ -811,9 +811,9 @@ void TimerRecordDialog::PopulateOrExchange(ShuttleGui& S)
|
||||
S.SetBorder(5);
|
||||
using Options = NumericTextCtrl::Options;
|
||||
/* i18n-hint a format string for hours, minutes, and seconds */
|
||||
auto strFormat = _("099 h 060 m 060 s");
|
||||
auto strFormat = XO("099 h 060 m 060 s");
|
||||
/* i18n-hint a format string for days, hours, minutes, and seconds */
|
||||
auto strFormat1 = _("099 days 024 h 060 m 060 s");
|
||||
auto strFormat1 = XO("099 days 024 h 060 m 060 s");
|
||||
|
||||
S.StartMultiColumn(2, wxCENTER);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user