Mark another forgotten string as translatable

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7160 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-12-23 18:35:47 +00:00
parent afa16287ea
commit 6bf16b651e

View File

@ -382,7 +382,7 @@ void UserConfig::addDefaultPlayer()
class GuestPlayerProfile : public PlayerProfile
{
public:
GuestPlayerProfile() : PlayerProfile("Guest") //TODO: i18n
GuestPlayerProfile() : PlayerProfile(core::stringc(_("Guest")).c_str())
{
m_is_guest_account = true;
}