mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
Fixed typo
Signed-off-by: Japa <japa4551@protonmail.com>
This commit is contained in:
parent
672f5cf160
commit
7298f9c273
1 changed files with 1 additions and 1 deletions
|
|
@ -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())));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue