Fixed uncentered error message.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8717 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-05-26 06:43:42 +00:00
parent a8008d38d7
commit ce3098d33e

View File

@ -199,7 +199,7 @@ void AddonsLoading::onUpdate(float delta)
{
// Avoid displaying '-100%' in case of an error.
m_progress->setVisible(false);
m_back_button->setText(_("Download failed.\n"));
m_back_button->setText(_("Download failed."));
return;
}
else if(progress>=1.0f)