diff --git a/src/plugins/debugger/debuggermanager.cpp b/src/plugins/debugger/debuggermanager.cpp
index 349bc15ebc722e2636ae5492cca3aae3c02a2928..4dcab14555570fcfebc35bd5e36ef22dcdecf22d 100644
--- a/src/plugins/debugger/debuggermanager.cpp
+++ b/src/plugins/debugger/debuggermanager.cpp
@@ -353,7 +353,7 @@ void DebuggerManager::init()
     m_breakByFunctionAction->setText(tr("Set Breakpoint at Function..."));
 
     m_breakAtMainAction = new QAction(this);
-    m_breakAtMainAction->setText(tr("Set Breakpoint at Function 'main'"));
+    m_breakAtMainAction->setText(tr("Set Breakpoint at Function \"main\""));
 
     m_watchAction = new QAction(this);
     m_watchAction->setText(tr("Add to Watch Window"));