]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Adjust label in the settings page for changed preview behaviour
authorFabian Vogt <fabian@ritter-vogt.de>
Sun, 2 Sep 2018 10:09:22 +0000 (12:09 +0200)
committerFabian Vogt <fabian@ritter-vogt.de>
Sat, 27 Oct 2018 14:45:36 +0000 (16:45 +0200)
Summary: Requested by https://phabricator.kde.org/D15138#318904

Test Plan: Opened the preview settings, label text changed.

Reviewers: #dolphin, elvisangelaccio

Reviewed By: #dolphin, elvisangelaccio

Subscribers: ngraham, markg, broulik, kfm-devel, elvisangelaccio

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D15216

src/settings/general/previewssettingspage.cpp

index 1d6e922c836e3243f88ef04e5c5a6b852f2237c8..5c099e82f66ab49e389c038215e78de746026bce 100644 (file)
@@ -49,7 +49,7 @@ PreviewsSettingsPage::PreviewsSettingsPage(QWidget* parent) :
 {
     QVBoxLayout* topLayout = new QVBoxLayout(this);
 
-    QLabel* showPreviewsLabel = new QLabel(i18nc("@title:group", "Show previews for:"), this);
+    QLabel* showPreviewsLabel = new QLabel(i18nc("@title:group", "Show previews in the view for:"), this);
 
     m_listView = new QListView(this);