Literally unreadable

Co-authored-by: Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com>
This commit is contained in:
Salanto 2021-09-14 00:03:05 +02:00 committed by GitHub
parent f1e65959a0
commit 56c84cf235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -548,7 +548,7 @@ QString AreaData::addJukeboxSong(QString f_song)
return "Song added to Jukebox.";
}
else {
return "Unable to add song. Duration shorther than 1.";
return "Unable to add song. Duration shorter than 1.";
}
}
return "Unable to add song. Song already in Jukebox.";