Skip to content

Commit

Permalink
Merge pull request #7 from TheDirectorX/fixed-subtitle
Browse files Browse the repository at this point in the history
Fixed subtitle display
  • Loading branch information
Marko Dujović committed Apr 6, 2020
2 parents a6def3b + 8b0e98b commit 039260c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/magicmirror/sounds.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"teleport": {
"category": "player",
"subtitle": "magicmirror.subtitle.teleport",
"subtitle": "subtitle.magicmirror.teleport",
"sounds": [ "magicmirror:teleport" ]
},
"mirror_discharge": {
"category": "player,",
"subtitle": "magicmirror.subtitle.mirror_discharge",
"subtitle": "subtitle.magicmirror.mirror_discharge",
"sounds": [ "magicmirror:mirror_discharge" ]
}
}

0 comments on commit 039260c

Please sign in to comment.