From b3a31751671c80921890e2208ee96f6febe54a80 Mon Sep 17 00:00:00 2001 From: "Simon A. Eugster" Date: Mon, 26 Jan 2009 19:11:46 +0000 Subject: [PATCH] Consistent messages: Same text not translated twice anymore svn path=/branches/KDE4/; revision=2976 --- src/dvdwizardvob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dvdwizardvob.cpp b/src/dvdwizardvob.cpp index b39d63ed..d27c47b8 100644 --- a/src/dvdwizardvob.cpp +++ b/src/dvdwizardvob.cpp @@ -30,7 +30,7 @@ DvdWizardVob::DvdWizardVob(QWidget *parent): QWizardPage(parent) { m_view.intro_vob->setFilter("video/mpeg"); connect(m_view.use_intro, SIGNAL(toggled(bool)), m_view.intro_vob, SLOT(setEnabled(bool))); connect(m_view.vob_1, SIGNAL(textChanged(const QString &)), this, SLOT(slotCheckVobList(const QString &))); - if (KStandardDirs::findExe("dvdauthor").isEmpty()) m_errorMessage.append(i18n("Program %1 is required for the dvd wizard.
", i18n("dvdauthor"))); + if (KStandardDirs::findExe("dvdauthor").isEmpty()) m_errorMessage.append(i18n("Program %1 is required for the dvd wizard.", i18n("dvdauthor"))); if (KStandardDirs::findExe("mkisofs").isEmpty()) m_errorMessage.append(i18n("Program %1 is required for the dvd wizard.", i18n("mkisofs"))); if (m_errorMessage.isEmpty()) m_view.error_message->setVisible(false); else m_view.error_message->setText(m_errorMessage); -- 2.39.2