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 0f22833ad5
commit 244009a1cd
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 1 additions and 1 deletions

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>