aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qmmpui/fileloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/fileloader.cpp b/src/qmmpui/fileloader.cpp
index ec5be6138..2bd61483c 100644
--- a/src/qmmpui/fileloader.cpp
+++ b/src/qmmpui/fileloader.cpp
@@ -69,7 +69,7 @@ void FileLoader::addDirectory(const QString& s, PlayListItem *before)
return;
}
- if(tracks.count() > 20) //do not send more then 20 tracks at once
+ if(tracks.count() > 20) //do not send more than 20 tracks at once
{
emit newTracksToInsert(before, tracks);
tracks.clear();