aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library/librarywidget.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-03-21 15:52:23 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-03-21 15:52:23 +0000
commite1d67586140fe18d48acf6fb4fef1556b15b091c (patch)
tree8d732141d5f055de12255ee89c24271526a6475c /src/plugins/General/library/librarywidget.cpp
parent0871f8bb3d5ff1f19ebab5b660ccfe13ec959f43 (diff)
downloadqmmp-e1d67586140fe18d48acf6fb4fef1556b15b091c.tar.gz
qmmp-e1d67586140fe18d48acf6fb4fef1556b15b091c.tar.bz2
qmmp-e1d67586140fe18d48acf6fb4fef1556b15b091c.zip
library: added feature to recreate database
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9769 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/librarywidget.cpp')
-rw-r--r--src/plugins/General/library/librarywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/library/librarywidget.cpp b/src/plugins/General/library/librarywidget.cpp
index 790ed410d..f7f3f126b 100644
--- a/src/plugins/General/library/librarywidget.cpp
+++ b/src/plugins/General/library/librarywidget.cpp
@@ -85,7 +85,7 @@ void LibraryWidget::setBusyMode(bool enabled)
if(enabled)
{
- m_busyIndicator = new QLabel(tr("Scanning of directories..."), this);
+ m_busyIndicator = new QLabel(tr("Scanning directories..."), this);
m_busyIndicator->setFrameShape(QFrame::Box);
m_busyIndicator->resize(m_busyIndicator->sizeHint());
m_busyIndicator->move(width() / 2 - m_busyIndicator->width() / 2 , height() / 2 - m_busyIndicator->height() / 2);