diff options
| author | Marco Nelles <[email protected]> | 2014-04-04 11:41:28 +0200 |
|---|---|---|
| committer | Marco Nelles <[email protected]> | 2014-04-04 11:41:28 +0200 |
| commit | ae5bcfcdeece23915e7272af1046a7e71e269474 (patch) | |
| tree | b43eb3987c01e2dd2a682eb3cc005b51432a4529 | |
| parent | 3185b565d402bb21976b138637ccbe7bb09019e6 (diff) | |
Translate bookmark text on update.
| -rw-r--r-- | src/panels/places/placesitemmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
