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:
parent
afa16287ea
commit
6bf16b651e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user