X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/9c9374c7da1a514b721793759a2f8047a35083c5..7eef5ebec2ceaebb4088629093ecd3f0c2635816:/src/dolphinviewcontainer.cpp diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 72af5a25b..c53b77818 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -279,7 +279,7 @@ void DolphinViewContainer::updateProgress(int percent) // not contain another progress information. This means that // the directory loading progress information has the lowest priority. const QString progressText(m_statusBar->progressText()); - const QString loadingText(i18nc("@status:progress", "Loading folder...")); + const QString loadingText(i18nc("@info:progress", "Loading folder...")); m_showProgress = progressText.isEmpty() || (progressText == loadingText); if (m_showProgress) { m_statusBar->setProgressText(loadingText);