We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd683d commit 036821bCopy full SHA for 036821b
src/key_modes_manage.lua
@@ -165,7 +165,7 @@ local function calc_key_mode_desc(key_mode)
165
if key:IsMajor() then
166
return retval .. " Predefined Major"
167
elseif key:IsMinor() then
168
- return retval " Predefined Minor"
+ return retval .. " Predefined Minor"
169
end
170
if chromatic_steps ~= 12 then
171
retval = retval .. " " .. chromatic_steps .. "-EDO"
0 commit comments