mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 19:21:59 +01:00
Removed some (hidden) Cleanspeech cruft that had been used to disable effects. Made some static text open to translation. Added more i18n hints (thanks Thomas Breinstrup).
This commit is contained in:
@@ -85,6 +85,11 @@ sampleCount VoiceKey::OnForward (WaveTrack & t, sampleCount start, sampleCount l
|
||||
|
||||
if((mWindowSize) >= len+10){
|
||||
|
||||
/* i18n-hint: Voice key is an experiemental/incomplete feature that
|
||||
is used to navigate in vocal recordings, to move forwards and
|
||||
backwards by words. So 'key' is being used in the sense of an index.
|
||||
This error message means that you've selected too short
|
||||
a region of audio to be able to use this feature.*/
|
||||
wxMessageBox(_("Selection is too small to use voice key."));
|
||||
return start;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user