diff options
Diffstat (limited to 'src/net/tmwa/generalhandler.cpp')
-rw-r--r-- | src/net/tmwa/generalhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/generalhandler.cpp b/src/net/tmwa/generalhandler.cpp index ecc320219..5107e873d 100644 --- a/src/net/tmwa/generalhandler.cpp +++ b/src/net/tmwa/generalhandler.cpp @@ -318,7 +318,7 @@ void GeneralHandler::gameStarted() const statusWindow->addAttribute(LUK, _("Luck"), "luk", true); // TRANSLATORS: player stat - statusWindow->addAttribute(ATK, _("Attack")); + statusWindow->addAttribute(Attributes::ATK, _("Attack")); // TRANSLATORS: player stat statusWindow->addAttribute(Attributes::DEF, _("Defense")); // TRANSLATORS: player stat |