From 185dfb42c278a23d269ef3e358edd24c1486deaa Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 23 Nov 2020 20:43:31 +0100 Subject: rbutil: Fix wrong format string. Only caused a warning, but no need to pass format parameters if there is no format string. Change-Id: Ifed38d8af3881c40e8609ccda3786cea23a3bc2f --- rbutil/rbutilqt/configure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil') diff --git a/rbutil/rbutilqt/configure.cpp b/rbutil/rbutilqt/configure.cpp index 6abbc06afd..8115a86abc 100644 --- a/rbutil/rbutilqt/configure.cpp +++ b/rbutil/rbutilqt/configure.cpp @@ -863,7 +863,7 @@ void Config::cacheClear() if(QMessageBox::critical(this, tr("Really delete cache?"), tr("Do you really want to delete the cache? " "Make absolutely sure this setting is correct as it will " - "remove all files in this folder!").arg(ui.cachePath->text()), + "remove all files in this folder!"), QMessageBox::Yes | QMessageBox::No) != QMessageBox::Yes) return; -- cgit v1.2.3