From e033091f41555a90c45f8d97b85c69456c0041f2 Mon Sep 17 00:00:00 2001 From: Alexander Potashev Date: Sun, 15 Oct 2017 18:36:03 +0300 Subject: [PATCH] kcmkwinrules: Fix window title --- kcmkwin/kwinrules/ruleslist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwinrules/ruleslist.cpp b/kcmkwin/kwinrules/ruleslist.cpp index 82f6e45a90..495711339d 100644 --- a/kcmkwin/kwinrules/ruleslist.cpp +++ b/kcmkwin/kwinrules/ruleslist.cpp @@ -150,7 +150,7 @@ void KCMRulesList::exportClicked() { int pos = rules_listbox->currentRow(); assert(pos != -1); - QString path = QFileDialog::getSaveFileName(this, i18n("Export Rule"), QDir::home().absolutePath(), + QString path = QFileDialog::getSaveFileName(this, i18n("Export Rules"), QDir::home().absolutePath(), i18n("KWin Rules (*.kwinrule)")); if (path.isEmpty()) return;