mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-19 17:40:51 +02:00
Fix minor typos
This commit is contained in:
parent
b8cc764e29
commit
8918744e62
@ -204,7 +204,7 @@ restart Rhythm Track and select from 'Action choice'."))) ;end of help 2
|
|||||||
(and (= (length m-s) 2)(not (integerp (second m-s))))) ;second is not an integer
|
(and (= (length m-s) 2)(not (integerp (second m-s))))) ;second is not an integer
|
||||||
(setq error-msg (strcat error-msg (format nil
|
(setq error-msg (strcat error-msg (format nil
|
||||||
(_"If used, 'Optional rhythm track duration' must be
|
(_"If used, 'Optional rhythm track duration' must be
|
||||||
entered as either one number (seconds0, or two
|
entered as either one number (seconds), or two
|
||||||
numbers (minutes seconds) separated by a space.
|
numbers (minutes seconds) separated by a space.
|
||||||
Use whole numbers only.~%")))))
|
Use whole numbers only.~%")))))
|
||||||
;one or two integers
|
;one or two integers
|
||||||
|
@ -107,7 +107,7 @@ bar-x bar-y s-xy s-x2 s-y2 (sqrt s-x2) (sqrt s-y2) r r2 (* s-y2 (- 1 r2)) a0 a1)
|
|||||||
Either you have only noise or the piece is mastered in a unbalanced manner.
|
Either you have only noise or the piece is mastered in a unbalanced manner.
|
||||||
The center extraction can still be good though."))
|
The center extraction can still be good though."))
|
||||||
((between corr -0.8 -0.2)
|
((between corr -0.8 -0.2)
|
||||||
(_" - Although the Track is stereo, the field is obviously extra wide.
|
(_" - Although the Track is stereo, the field is obviously extra wide.
|
||||||
This can cause strange effects.
|
This can cause strange effects.
|
||||||
Especially when played by only one speaker."))
|
Especially when played by only one speaker."))
|
||||||
(t (_" - The two channels are nearly identical.
|
(t (_" - The two channels are nearly identical.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user