From c072293ef0afc813cebfaf7a67b0589f9e38075c Mon Sep 17 00:00:00 2001 From: Jarek Kobus <jkobus@trolltech.com> Date: Thu, 19 Aug 2010 14:04:15 +0200 Subject: [PATCH] Typos spotted while translating --- src/plugins/cppeditor/cppquickfixes.cpp | 2 +- src/plugins/debugger/debuggeractions.cpp | 2 +- src/plugins/fakevim/fakevimhandler.cpp | 2 +- src/plugins/git/TODO.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/cppeditor/cppquickfixes.cpp b/src/plugins/cppeditor/cppquickfixes.cpp index 200f5cf5c62..aa7f49173b2 100644 --- a/src/plugins/cppeditor/cppquickfixes.cpp +++ b/src/plugins/cppeditor/cppquickfixes.cpp @@ -1028,7 +1028,7 @@ private: , m_option(option) , m_context(context) { - setDescription(QApplication::translate("CppTools::QuickFix", "Mark as translateable")); + setDescription(QApplication::translate("CppTools::QuickFix", "Mark as translatable")); } virtual void performChanges(CppRefactoringFile *currentFile, CppRefactoringChanges *) diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp index 608499b1936..276588bc714 100644 --- a/src/plugins/debugger/debuggeractions.cpp +++ b/src/plugins/debugger/debuggeractions.cpp @@ -240,7 +240,7 @@ DebuggerSettings *DebuggerSettings::instance() item->setCheckable(true); item->setDefaultValue(true); item->setToolTip(tr("This switches the Locals&Watchers view to " - "automatically derefence pointers. This saves a level in the " + "automatically dereference pointers. This saves a level in the " "tree view, but also loses data for the now-missing intermediate " "level.")); instance->insertItem(AutoDerefPointers, item); diff --git a/src/plugins/fakevim/fakevimhandler.cpp b/src/plugins/fakevim/fakevimhandler.cpp index d31da4521d7..e361d195e6e 100644 --- a/src/plugins/fakevim/fakevimhandler.cpp +++ b/src/plugins/fakevim/fakevimhandler.cpp @@ -3346,7 +3346,7 @@ bool FakeVimHandler::Private::handleExWriteCommand(const ExCommand &cmd) file3.open(QIODevice::ReadOnly); QByteArray ba = file3.readAll(); showBlackMessage(FakeVimHandler::tr("\"%1\" %2 %3L, %4C written") - .arg(fileName).arg(exists ? " " : " [New] ") + .arg(fileName).arg(exists ? " " : tr(" [New] ")) .arg(ba.count('\n')).arg(ba.size())); //if (quitAll) // passUnknownExCommand(forced ? "qa!" : "qa"); diff --git a/src/plugins/git/TODO.txt b/src/plugins/git/TODO.txt index 2913ba5f46f..68a03a43ba7 100644 --- a/src/plugins/git/TODO.txt +++ b/src/plugins/git/TODO.txt @@ -1,4 +1,4 @@ -- Make texts translateable +- Make texts translatable - Do not use QErrorMessage, Creator standard error instead? Commands: - P2: -- GitLab