spanish translation stuff

This commit is contained in:
omegablast2002@yahoo.com
2013-03-14 22:22:18 +00:00
parent a7aeb7efe5
commit d4ff6d1453
2 changed files with 4 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ void GameStateDuel::Start()
{
//translate deck creating desc
Translator * t = Translator::GetInstance();
string desc = _("Highly recommended to get\nthe full Wagic experience!").c_str();
string desc = _("Highly recommended to get the full Wagic experience!").c_str();
map<string, string>::iterator it = t->deckValues.find(_("Create your Deck!").c_str());
if (it != t->deckValues.end())
desc = it->second;