Skip to content

Commit

Permalink
🐛 submod 名が空になる不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Apr 13, 2020
1 parent 6bbd343 commit ef65205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch/game/tl/Japanese/overrides.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ init -990 python in mas_submod_utils:
version = ".".join(version_split)
Submod(
author = "DDLC translate club (JP)",
name = "Japanese Language Submod" + " (Test)" if is_test else "",
name = "Japanese Language Submod" + (" (Test)" if is_test else ""),
description = "This is a Submod that adds Japanese translation.",
version = version,
dependencies={},
Expand Down

0 comments on commit ef65205

Please sign in to comment.