New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phrygolydian to phrygian #4223
Phrygolydian to phrygian #4223
Conversation
src/core/InstrumentFunctions.cpp
Outdated
@@ -125,7 +125,7 @@ InstrumentFunctionNoteStacking::ChordTable::Init InstrumentFunctionNoteStacking: | |||
{ QT_TRANSLATE_NOOP( "InstrumentFunctionNoteStacking", "Neopolitan minor" ), { 0, 1, 3, 5, 7, 8, 11, -1 } }, | |||
{ QT_TRANSLATE_NOOP( "InstrumentFunctionNoteStacking", "Hungarian minor" ), { 0, 2, 3, 6, 7, 8, 11, -1 } }, | |||
{ QT_TRANSLATE_NOOP( "InstrumentFunctionNoteStacking", "Dorian" ), { 0, 2, 3, 5, 7, 9, 10, -1 } }, | |||
{ QT_TRANSLATE_NOOP( "InstrumentFunctionNoteStacking", "Phrygolydian" ), { 0, 1, 3, 5, 7, 8, 10, -1 } }, | |||
{ QT_TRANSLATE_NOOP( "InstrumentFunctionNoteStacking", "Phygrian" ), { 0, 1, 3, 5, 7, 8, 10, -1 } }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
Phygrian -> Phrygian
-
This is actually the only change that should be done. The locale files are updated automatically via the transifex platform so this is actually a one-line job. Please revert the locale file changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phrygian is still misspelled.
You got the geek part right, but I'm not the one who spot this. 😉 |
( tempoSyncKnob::tempoSyncMode ) _this.attribute( | ||
"arpsyncmode" ).toInt() ); | ||
}*/ | ||
|
||
m_arpModeModel.loadSettings( _this, "arpmode" ); | ||
} | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. 4 spaces fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does No.4 spaces mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It means I was somewhere else in the code... Sorry!
Gosh that word is so confusing to spell
I'll double check and then squash/merge this as one commit. |
Fixes #4219 which was a spelling error within the interface.
I would like to take a small moment to give thanks to all music theory geeks for catching this error ^_^ Espeically zonkmachine.