]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
don't use the term "Bookmarks" anymore, use "Places" instead (includes devices etc.)
[dolphin.git] / src / dolphinview.cpp
index 01099b1cc0f967d9192e211193ee96d9a47cc5e4..207b236ee9e6e02e4c965fee23ec26e43d99b220 100644 (file)
@@ -576,7 +576,7 @@ void DolphinView::startDirLister(const KUrl& url, bool reload)
             const KUrl& dirListerUrl = m_dirLister->url();
             if ((dirListerUrl == url) || !m_dirLister->url().isParentOf(url)) {
                 // The current URL is not a child of the dir lister
-                // URL. This may happen when e. g. a bookmark has been selected
+                // URL. This may happen when e. g. a place has been selected
                 // and hence the view must be reset.
                 keepOldDirs = false;
             }