From 0057bd5ec48e233e9bfe05a9d648724f956cc8e5 Mon Sep 17 00:00:00 2001
From: tuplasuhveli <139926936+tuplasuhveli@users.noreply.github.com>
Date: Wed, 27 Mar 2024 08:14:46 +0000
Subject: [PATCH] Update utils.cpp
Fixing a grammar error in several instances: "founded" -> "found"
---
src/utils.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/utils.cpp b/src/utils.cpp
index a21d363..84a82fa 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -101,7 +101,7 @@ void Utils::readLyrics(QString artist, QString song)
}
else
{
- currentLyrics = tr("No lyrics founded");
+ currentLyrics = tr("No lyrics found");
m_noLyrics = true;
}
}
@@ -230,9 +230,9 @@ void Utils::downloaded(QNetworkReply *respuesta)
x = tmp.indexOf("<");
tmp.remove(x,tmp.length()-x);
tmp = tmp.trimmed();
- //qDebug() << "Image founded... downloading... " << tmp;
+ //qDebug() << "Image found... downloading... " << tmp;
if (tmp=="") {
- banner = tr("Album cover not founded");
+ banner = tr("Album cover not found");
emit bannerChanged();
return;
}
@@ -253,7 +253,7 @@ void Utils::downloaded(QNetworkReply *respuesta)
qDebug() << str;
if ( str.contains("was not found on this server") )
{
- currentLyrics = tr("No lyrics founded");
+ currentLyrics = tr("No lyrics found");
m_noLyrics = true;
}
else
@@ -280,7 +280,7 @@ void Utils::downloaded(QNetworkReply *respuesta)
currentLyrics = tmp.replace("\n", "
");
if (currentLyrics.contains("