Fix more krazy warnings.

This commit is contained in:
Friedemann Kleint
2011-04-19 15:42:14 +02:00
parent cca52b6d30
commit 774fa49412
66 changed files with 137 additions and 136 deletions

View File

@@ -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

View File

@@ -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