forked from qt-creator/qt-creator
Debugger: Fix translation contexts
Change-Id: Id41ba15a4f0f5956148661e3c329cbb36a373f48 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1289,7 +1289,7 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
|
||||
ActionManager::registerAction(act, Constants::FRAME_DOWN);
|
||||
|
||||
act = new QAction(this);
|
||||
act->setText(QCoreApplication::translate("Debugger::Internal::DebuggerPluginPrivate",
|
||||
act->setText(QCoreApplication::translate("Debugger::Internal::DebuggerEnginePrivate",
|
||||
"Operate by Instruction"));
|
||||
act->setEnabled(false);
|
||||
act->setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user