]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
Fix a couple of crashes. First was to avoid problem caused by KIconLoader::global...
[dolphin.git] / src / dolphinview.cpp
index 4895f199cb0d82e433dc8603bec409f012327669..876e037f5d8330258b1dcd1f309076f09a0cf11a 100644 (file)
@@ -541,9 +541,9 @@ void DolphinView::startDirLister(const KUrl& url, bool reload)
     if (!url.isValid()) {
         const QString location(url.pathOrUrl());
         if (location.isEmpty()) {
-            emit errorMessage(i18n("The location is empty."));
+            emit errorMessage(i18nc("@info:status", "The location is empty."));
         } else {
-            emit errorMessage(i18n("The location '%1' is invalid.", location));
+            emit errorMessage(i18nc("@info:status", "The location '%1' is invalid.", location));
         }
         return;
     }