diff options
| author | Peter Penz <[email protected]> | 2012-05-14 15:03:10 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-14 15:04:21 +0200 |
| commit | c10affe267ed32a2df61e357b33fdb90911b045d (patch) | |
| tree | 05ae776d3dcce6b4209d6d4addb74fb344229958 /src/panels | |
| parent | 77ad7c431ae8629c6c0539378c3d864a87bcd4c8 (diff) | |
Translation improvements
Thanks to Frederik Schwarzer for the suggestions!
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/places/placesitemmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index 0b1daf4b9..7bbd65181 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -549,7 +549,7 @@ void PlacesItemModel::createSystemBookmarks() searchForGroup)); m_systemBookmarks.append(SystemBookmarkData(KUrl("search:/audio"), "folder-sound", - i18nc("@item Commonly Accessed", "Audio"), + i18nc("@item Commonly Accessed", "Audio Files"), searchForGroup)); m_systemBookmarks.append(SystemBookmarkData(KUrl("search:/videos"), "folder-video", |
