Fixed typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7535 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
235fd83cdc
commit
b638af4d0e
@ -115,7 +115,7 @@ void AddonsLoading::onUpdate(float delta)
|
||||
m_progress->setValue((int)(progress*100.0f));
|
||||
if(progress<0)
|
||||
{
|
||||
m_state->setText(_("Donwload failed.\n"));
|
||||
m_state->setText(_("Download failed.\n"));
|
||||
m_back_button->setText(_("Back"));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user