Source strings consistency improvement: avoid using append
#7425
Labels
bug
Issue is related to a bug
localisation / translation
Everything that has to do with translations or Weblate
Checklist
I made a comment on Weblate but nobody reacts to it😑. So I file an issue here.
Steps to reproduce the bug
Just about source string.
Actual behavior
Source string including
append
:Used in Settings > Appearance >
Show "Hold to append" tip
optionShow "Hold to append" tip
NewPipe/app/src/main/res/values/strings.xml
Line 125 in bd9dcfb
But the corresponding string is
Hold to enqueue
.NewPipe/app/src/main/res/values/strings.xml
Line 415 in bd9dcfb
Used in Settings > Video and audio >
Auto-queue next stream
optionNewPipe/app/src/main/res/values/strings.xml
Line 100 in bd9dcfb
Expected behavior
Use
enqueue
insteadHold to enqueue
NewPipe/app/src/main/res/values/strings.xml
Line 415 in bd9dcfb
BTW, #6469 needs attention. The duplicate Simplified Chinese translation should be removed: #6469 (comment)
Screenshots/Screen recordings
Logs
Device info
The text was updated successfully, but these errors were encountered: