add tr() to offline account name
Co-authored-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
84bd5ace6c
commit
91b5f0228d
@ -473,7 +473,7 @@ QString AccountData::accountDisplayString() const {
|
||||
return userName();
|
||||
}
|
||||
case AccountType::Offline: {
|
||||
return "<Offline>";
|
||||
return QObject::tr("<Offline>");
|
||||
}
|
||||
case AccountType::MSA: {
|
||||
if(xboxApiToken.extra.contains("gtg")) {
|
||||
|
Loading…
Reference in New Issue
Block a user