From kde-commits Tue Dec 08 21:15:18 2015 From: Maik Qualmann Date: Tue, 08 Dec 2015 21:15:18 +0000 To: kde-commits Subject: [digikam] utilities/imageeditor/editor: polish new line in string Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=144960932819583 Git commit 3134c9b68dd982f09f9a4f976bbab271a55b12e8 by Maik Qualmann. Committed on 08/12/2015 at 21:14. Pushed by mqualmann into branch 'master'. polish new line in string M +1 -1 utilities/imageeditor/editor/editorwindow.cpp http://commits.kde.org/digikam/3134c9b68dd982f09f9a4f976bbab271a55b12e8 diff --git a/utilities/imageeditor/editor/editorwindow.cpp b/utilities/imag= eeditor/editor/editorwindow.cpp index c3aa5ab..04b76dc 100644 --- a/utilities/imageeditor/editor/editorwindow.cpp +++ b/utilities/imageeditor/editor/editorwindow.cpp @@ -1479,7 +1479,7 @@ bool EditorWindow::promptUserDelete(const QUrl& url) } = QString boxMessage =3D i18nc("@info", - "The image %1 has been modified.= " + "The image %1 has been modified.=
" "All changes will be lost.", url.fileNa= me()); = int result =3D DMessageBox::showContinueCancel(QMessageBox::Warnin= g,