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:
parent
a8008d38d7
commit
ce3098d33e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user