Reset '$STRING' value strings reference non-existent $STRING
reset.txt contains all strings that contain the Reset '$STRING' value, with Reset, value and the single quotes stripped out.
all.txt contain all strings that do not contain reset .* value
OLDIFS=$IFS; IFS=$'\n'; for line in $(cat reset.txt); do grep $line all.txt > /dev/null || echo $line ; done > outfile.txt; IFS=$OLDIFS
These are the strings that are not found
Foreground
System header to time signature distance
Position Above
Position Below
Default position
Size changes with staff space setting
Border radius
Text margin
Create system headers
These are the "Reset" strings, with suggestions where possible
Reset 'Foreground' value
Reset 'System header to time signature distance' value
there is a System header with time signature distance: string
Reset 'Position Above' value
there is a Position above string, it has a matching Reset string
Reset 'Position Below' value
there is a Position below string, it has a matching Reset string
Reset 'Default position' value
there are 2x default vertical position strings w/wo : at end
Reset 'Size changes with staff space setting' value
Reset 'Border radius' value
Reset 'Text margin' value
Reset 'Create system headers' value
Comments
see https://github.com/musescore/MuseScore/pull/5063 which fixes this and quite a few more strings
Fixed in branch master, commit bf83bdccad
_fix #289672, fix #289957, fix #272546 and more: fix some strings
"Hautbois Baryton" in French, "Bariton Oboe" in German, "Oboe Bajo" in Spanish.
Plus:
Fixed in branch master, commit bf83bdccad
_fix #289672, fix #289957, fix #272546 and more: fix some strings
"Hautbois Baryton" in French, "Bariton Oboe" in German, "Oboe Bajo" in Spanish.
Plus:
Fixed in branch master, commit fae3e57f0a
_Merge pull request #5063 from Jojo-Schmitz/texts
fix #289672, fix #272546 and more: fix some strings_
Automatically closed -- issue fixed for 2 weeks with no activity.