Change "Unlink" to "Unhook" in unhook_checkbox string

"Unlink" is not an english word, and "Unhook" is used everywhere in the code
This commit is contained in:
Stypox 2020-02-02 15:54:31 +01:00
parent 29080683d0
commit 9208d6cf8a

View file

@ -492,7 +492,7 @@
<string name="playback_speed_control">Playback Speed Controls</string>
<string name="playback_tempo">Tempo</string>
<string name="playback_pitch">Pitch</string>
<string name="unhook_checkbox">Unlink (may cause distortion)</string>
<string name="unhook_checkbox">Unhook (may cause distortion)</string>
<string name="skip_silence_checkbox">Fast-forward during silence</string>
<string name="playback_step">Step</string>
<string name="playback_reset">Reset</string>