From 984c656a87dc79a930c0248d697ad3d4361c0604 Mon Sep 17 00:00:00 2001 From: kapitainsky Date: Sat, 22 Feb 2020 09:38:44 +0000 Subject: [PATCH] Added new line in unmount confirmation --- src/mount_widget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mount_widget.cpp b/src/mount_widget.cpp index c34250dc..8b6b3718 100644 --- a/src/mount_widget.cpp +++ b/src/mount_widget.cpp @@ -35,9 +35,9 @@ MountWidget::MountWidget(QProcess *process, const QString &remote, int button = QMessageBox::question( this, "Unmount", #if defined(Q_OS_WIN) - QString("Do you want to unmount %1 drive?").arg(folder), + QString("Do you want to unmount\n\n %1 drive?").arg(folder), #else - QString("Do you want to unmount %1 folder?").arg(folder), + QString("Do you want to unmount\n\n %1 folder?").arg(folder), #endif QMessageBox::Yes | QMessageBox::No); if (button == QMessageBox::Yes) {