diff options
| author | kdeuser 56 <[email protected]> | 2014-09-02 21:37:41 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-09-02 21:37:41 +0200 |
| commit | c98e014d2a498cd08e650331a00ae5e096715196 (patch) | |
| tree | 264ba1f3b44073e9a1564ce5e14165a461239862 /src/panels/places/placesitem.h | |
| parent | 773028f270e4820776e1bedccb91a56cd5ec6078 (diff) | |
Rename "Recently Accessed" to "Recently Saved"
In dolphin the Section that leads you to timeline claims
to show "Recently Accessed", which is not true, it shows
"Recently Saved" instead.
BUG: 304854
REVIEW: 119986
Diffstat (limited to 'src/panels/places/placesitem.h')
| -rw-r--r-- | src/panels/places/placesitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitem.h b/src/panels/places/placesitem.h index 297f12d91..4c636ec63 100644 --- a/src/panels/places/placesitem.h +++ b/src/panels/places/placesitem.h @@ -44,7 +44,7 @@ public: { PlacesType, SearchForType, - RecentlyAccessedType, + RecentlySavedType, DevicesType }; |
