Skip to content

Commit f102dd3

Browse files
authored
Merge pull request #789 from rpatters1/keymode-bugfix
fix typo bug
2 parents 0fd683d + 036821b commit f102dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/key_modes_manage.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ local function calc_key_mode_desc(key_mode)
165165
if key:IsMajor() then
166166
return retval .. " Predefined Major"
167167
elseif key:IsMinor() then
168-
return retval " Predefined Minor"
168+
return retval .. " Predefined Minor"
169169
end
170170
if chromatic_steps ~= 12 then
171171
retval = retval .. " " .. chromatic_steps .. "-EDO"

0 commit comments

Comments
 (0)