]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Change settings window title to "Configure" for consistency sake
authorFelipe Kinoshita <kinofhek@gmail.com>
Wed, 6 Oct 2021 18:30:42 +0000 (15:30 -0300)
committerFelipe Kinoshita <kinofhek@gmail.com>
Wed, 6 Oct 2021 18:30:42 +0000 (15:30 -0300)
This commit makes Dolphin's settings window more consistent with
other KDE apps.

src/settings/dolphinsettingsdialog.cpp

index 281cb7ba582405e9b5f74c945582cff018cd3ee1..39ea306eb7c48f3e7c80d6f2b3c0f99b943ee1eb 100644 (file)
@@ -38,7 +38,7 @@ DolphinSettingsDialog::DolphinSettingsDialog(const QUrl& url, QWidget* parent, K
     setMinimumSize(QSize(540, minSize.height()));
 
     setFaceType(List);
-    setWindowTitle(i18nc("@title:window", "Dolphin Preferences"));
+    setWindowTitle(i18nc("@title:window", "Configure"));
     QDialogButtonBox* box = new QDialogButtonBox(QDialogButtonBox::Ok
             | QDialogButtonBox::Apply | QDialogButtonBox::Cancel | QDialogButtonBox::RestoreDefaults);
     box->button(QDialogButtonBox::Apply)->setEnabled(false);