1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 14:18:41 +02:00

Saner sample rate (in comment).

This commit is contained in:
james.k.crook@gmail.com 2012-04-28 21:09:07 +00:00
parent 62954f1e79
commit dee908b31e

View File

@ -323,7 +323,7 @@ TimeTextCtrl::TimeTextCtrl(wxWindow *parent,
BuiltinFormatStrings[5].formatStr = _("0100 h 060 m 060 s+.# samples");
/* i18n-hint: Name of time display format that shows time in samples (at the
* current project sample rate). For example the number of a sample at 1
* second into a recording at 4410KHz would be 4,410,000.
* second into a recording at 44.1KHz would be 44,100.
*/
BuiltinFormatStrings[6].name = _("samples");
/* i18n-hint: Format string for displaying time in samples (lots of samples).