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 04536cd94..a888cb106 100644 --- a/src/net/tmwa/generalhandler.cpp +++ b/src/net/tmwa/generalhandler.cpp @@ -305,7 +305,7 @@ void GeneralHandler::gameStarted() const statusWindow->clearAttributes(); // TRANSLATORS: player stat - statusWindow->addAttribute(STR, _("Strength"), "str", true); + statusWindow->addAttribute(Attributes::STR, _("Strength"), "str", true); // TRANSLATORS: player stat statusWindow->addAttribute(Attributes::AGI, _("Agility"), "agi", true); // TRANSLATORS: player stat |