mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +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)
|
||||
(setf translated (second translation))))))))))))
|
||||
(if translated
|
||||
translated)
|
||||
translated
|
||||
(progn (setf *locale* '*unbound*)
|
||||
(underscore txt)))
|
||||
(underscore txt))))
|
||||
|
||||
|
||||
;;; Some helpers for parsing strings returned by (aud-do "GetInfo: ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user