Fixed typo

Signed-off-by: Japa <japa4551@protonmail.com>
This commit is contained in:
Japa 2023-04-26 16:06:17 -03:00 committed by GitHub
parent 672f5cf160
commit 7298f9c273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -926,7 +926,7 @@ QString MinecraftInstance::getStatusbarDescription()
{
if (lastTimePlayed() > 0) {
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(Time::prettifyDuration(lastTimePlayed())));
}