Fixed typo
Signed-off-by: Japa <japa4551@protonmail.com>
This commit is contained in:
parent
672f5cf160
commit
7298f9c273
@ -926,7 +926,7 @@ QString MinecraftInstance::getStatusbarDescription()
|
|||||||
{
|
{
|
||||||
if (lastTimePlayed() > 0) {
|
if (lastTimePlayed() > 0) {
|
||||||
QDateTime lastLaunchTime = QDateTime::fromMSecsSinceEpoch(lastLaunch());
|
QDateTime lastLaunchTime = QDateTime::fromMSecsSinceEpoch(lastLaunch());
|
||||||
description.append(tr(", last played at %1 for %2")
|
description.append(tr(", last played on %1 for %2")
|
||||||
.arg(QLocale().toString(lastLaunchTime, QLocale::ShortFormat))
|
.arg(QLocale().toString(lastLaunchTime, QLocale::ShortFormat))
|
||||||
.arg(Time::prettifyDuration(lastTimePlayed())));
|
.arg(Time::prettifyDuration(lastTimePlayed())));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user