Fix #1940 (achievement do not contain text).
This commit is contained in:
parent
85b5654d14
commit
4cf20ff73b
@ -199,8 +199,8 @@ void Achievement::check()
|
||||
if(m_achievement_info->checkCompletion(this))
|
||||
{
|
||||
//show achievement
|
||||
core::stringw s = StringUtils::insertValues(_("Completed achievement \"%s\"."),
|
||||
m_achievement_info->getName());
|
||||
core::stringw s = _("Completed achievement \"%s\".",
|
||||
m_achievement_info->getName().c_str());
|
||||
MessageQueue::add(MessageQueue::MT_ACHIEVEMENT, s);
|
||||
|
||||
// Sends a confirmation to the server that an achievement has been
|
||||
|
Loading…
Reference in New Issue
Block a user