From d251786b045680a5b975f72f25daf6f87a57f0d8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Tue, 17 Nov 2009 10:03:41 +0000 Subject: [PATCH] Fix typos (patch from yurchor) svn path=/trunk/kdenlive/; revision=4126 --- src/customtrackview.cpp | 2 +- src/documentvalidator.cpp | 2 +- src/main.cpp | 2 +- src/recmonitor.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/customtrackview.cpp b/src/customtrackview.cpp index 82f39716..ab42612b 100644 --- a/src/customtrackview.cpp +++ b/src/customtrackview.cpp @@ -2489,7 +2489,7 @@ void CustomTrackView::slotRemoveSpace() int length = m_document->renderer()->mltGetSpaceLength(pos, m_document->tracksCount() - track, true); //kDebug() << "// GOT LENGT; " << length; if (length <= 0) { - emit displayMessage(i18n("You must be in an empty space to remove space (time: %1, track:%2)", m_document->timecode().getTimecodeFromFrames(mapToScene(m_menuPosition).x()), track), ErrorMessage); + emit displayMessage(i18n("You must be in an empty space to remove space (time: %1, track: %2)", m_document->timecode().getTimecodeFromFrames(mapToScene(m_menuPosition).x()), track), ErrorMessage); return; } diff --git a/src/documentvalidator.cpp b/src/documentvalidator.cpp index 251021a5..1ebcb6f0 100644 --- a/src/documentvalidator.cpp +++ b/src/documentvalidator.cpp @@ -166,7 +166,7 @@ bool DocumentValidator::upgrade(double version, const double currentVersion) // The document is too new if (version > currentVersion) { kDebug() << "Unable to open document with version " << version; - KMessageBox::sorry(kapp->activeWindow(), i18n("This project type is unsupported (version %1) and can't be loaded.\nPlease consider upgrading you Kdenlive version.", version), i18n("Unable to open project")); + KMessageBox::sorry(kapp->activeWindow(), i18n("This project type is unsupported (version %1) and can't be loaded.\nPlease consider upgrading your Kdenlive version.", version), i18n("Unable to open project")); return false; } diff --git a/src/main.cpp b/src/main.cpp index 369de55e..e1d348e8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,7 +50,7 @@ int main(int argc, char *argv[]) KCmdLineArgs::init(argc, argv, &aboutData); KCmdLineOptions options; - options.add("mlt-path ", ki18n("Set the path for MLT environnement")); + options.add("mlt-path ", ki18n("Set the path for MLT environment")); options.add("+[file]", ki18n("Document to open")); //new KCmdLineArgs::addCmdLineOptions(options); //new diff --git a/src/recmonitor.cpp b/src/recmonitor.cpp index 98234d2e..3a850f24 100644 --- a/src/recmonitor.cpp +++ b/src/recmonitor.cpp @@ -281,7 +281,7 @@ void RecMonitor::slotDisconnect() m_didCapture = false; slotStartCapture(false); m_discAction->setIcon(KIcon("network-disconnect")); - m_discAction->setText(i18n("Disonnect")); + m_discAction->setText(i18n("Disconnect")); m_recAction->setEnabled(true); m_stopAction->setEnabled(true); m_playAction->setEnabled(true); -- 2.39.2