diff options
author | Friedemann Kleint <[email protected]> | 2011-04-19 15:42:14 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2011-04-19 15:43:53 +0200 |
commit | 774fa4941284f8b9257f9659c8d77e4c10545c4e (patch) | |
tree | bf909edb8b204afed235dcaa2c2d0c8deafa3d7a /src/plugins/macros/macromanager.cpp | |
parent | cca52b6d309a66509e36a831d75b0c6afaa3dccd (diff) |
Fix more krazy warnings.
Diffstat (limited to 'src/plugins/macros/macromanager.cpp')
-rw-r--r-- | src/plugins/macros/macromanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/macros/macromanager.cpp b/src/plugins/macros/macromanager.cpp index a801478d865..ebe5b8c1ef4 100644 --- a/src/plugins/macros/macromanager.cpp +++ b/src/plugins/macros/macromanager.cpp @@ -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 |