From ae5bcfcdeece23915e7272af1046a7e71e269474 Mon Sep 17 00:00:00 2001 From: Marco Nelles Date: Fri, 4 Apr 2014 11:41:28 +0200 Subject: [PATCH] Translate bookmark text on update. --- src/panels/places/placesitemmodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index baa770dfd..1f05e07f9 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -650,6 +650,7 @@ void PlacesItemModel::updateBookmarks() found = true; if (newBookmark.metaDataItem("UDI").isEmpty()) { item->setBookmark(newBookmark); + item->setText(i18nc("KFile System Bookmarks", newBookmark.text().toUtf8().data())); } break; } -- 2.47.3