forked from qt-creator/qt-creator
Fix more krazy warnings.
This commit is contained in:
@@ -42,7 +42,7 @@ using namespace Macros;
|
||||
\class Macros::MacroEvent
|
||||
\brief Represents an event in a macro
|
||||
|
||||
An event stores informations so it can be replayed. An event can be:
|
||||
An event stores information so it can be replayed. An event can be:
|
||||
\list
|
||||
\o menu action
|
||||
\o key event on an editor
|
||||
|
||||
@@ -224,7 +224,7 @@ bool MacroManager::MacroManagerPrivate::executeMacro(Macro *macro)
|
||||
if (error) {
|
||||
QMessageBox::warning(Core::ICore::instance()->mainWindow(),
|
||||
tr("Playing Macro"),
|
||||
tr("An error occured while replaying the macro, execution stopped."));
|
||||
tr("An error occurred while replaying the macro, execution stopped."));
|
||||
}
|
||||
|
||||
// Set the focus back to the editor
|
||||
|
||||
Reference in New Issue
Block a user