mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09:28 +02:00
Fix typo in 665e2d0
This commit is contained in:
parent
665e2d0e9c
commit
297bf442a4
@ -40,9 +40,9 @@
|
|||||||
(format t "Error: Invalid translation for ~s in *locale*.~%" txt)
|
(format t "Error: Invalid translation for ~s in *locale*.~%" txt)
|
||||||
(setf translated (second translation))))))))))))
|
(setf translated (second translation))))))))))))
|
||||||
(if translated
|
(if translated
|
||||||
translated)
|
translated
|
||||||
(progn (setf *locale* '*unbound*)
|
(progn (setf *locale* '*unbound*)
|
||||||
(underscore txt)))
|
(underscore txt))))
|
||||||
|
|
||||||
|
|
||||||
;;; Some helpers for parsing strings returned by (aud-do "GetInfo: ...
|
;;; Some helpers for parsing strings returned by (aud-do "GetInfo: ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user