fix: use display name in code
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
722194405a
commit
3ac398ac49
14 changed files with 26 additions and 27 deletions
|
@ -265,7 +265,7 @@ void ListModel::searchRequestFailed(QString reason)
|
|||
//: %1 refers to the launcher itself
|
||||
QString("%1 %2")
|
||||
.arg(m_parent->displayName())
|
||||
.arg(tr("API version too old!\nPlease update %1!").arg(BuildConfig.LAUNCHER_NAME)));
|
||||
.arg(tr("API version too old!\nPlease update %1!").arg(BuildConfig.LAUNCHER_DISPLAYNAME)));
|
||||
}
|
||||
jobPtr.reset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue