Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwall committed Nov 15, 2021
1 parent 4f59543 commit b2fe574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions faustian/Andromeda.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ local Andromeda = Class {}
Andromeda:include(Unit)

function Andromeda:init(args)
args.title = "Andromeda Reverb"
args.mnemonic = "DR"
args.title = "Andromeda Nebula"
args.mnemonic = "AN"
Unit.init(self, args)
end

Expand Down
2 changes: 1 addition & 1 deletion faustian/toc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return {
},
{
-- Title and category control how this unit appears in the unit browser.
title = "Andromeda",
title = "Andromeda Nebula",
moduleName = "Andromeda",
category = "Delays and Reverb",
},
Expand Down

0 comments on commit b2fe574

Please sign in to comment.