Change the message for addons : 'Writing XML file' to 'Reloading karts list', it is more user friendly and honnest
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5974 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
788def7924
commit
0de6fc6485
@ -347,7 +347,7 @@ void Addons::Install()
|
|||||||
this->m_addons_list[this->index].installed_version = this->m_addons_list[this->index].version;
|
this->m_addons_list[this->index].installed_version = this->m_addons_list[this->index].version;
|
||||||
|
|
||||||
pthread_mutex_lock(&m_str_mutex);
|
pthread_mutex_lock(&m_str_mutex);
|
||||||
m_str_state = "Writing XML...";
|
m_str_state = "Reloaing karts list...";
|
||||||
pthread_mutex_unlock(&m_str_mutex);
|
pthread_mutex_unlock(&m_str_mutex);
|
||||||
this->SaveInstalled();
|
this->SaveInstalled();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user