From 56c84cf235a8889eec23d03f11b671dd84981457 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Tue, 14 Sep 2021 00:03:05 +0200 Subject: [PATCH] Literally unreadable Co-authored-by: Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com> --- core/src/area_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/area_data.cpp b/core/src/area_data.cpp index 05c9162..86566eb 100644 --- a/core/src/area_data.cpp +++ b/core/src/area_data.cpp @@ -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.";