From db55bf84fccc1d554a1a529cf873ae732d8c0789 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Tue, 22 Oct 2019 16:16:27 +1300 Subject: [PATCH] Some minor cleaning up. --- src/plugins/support/CellMLSupport/src/cellmlsupportplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/support/CellMLSupport/src/cellmlsupportplugin.cpp b/src/plugins/support/CellMLSupport/src/cellmlsupportplugin.cpp index 07e7cf209f..100354b333 100644 --- a/src/plugins/support/CellMLSupport/src/cellmlsupportplugin.cpp +++ b/src/plugins/support/CellMLSupport/src/cellmlsupportplugin.cpp @@ -263,7 +263,7 @@ void CellMLSupportPlugin::newCellmlFile() // Make sure that the file has indeed been created if (createStatus != Core::FileManager::Status::Created) { - qFatal("FATAL ERROR | %s:%d: the new CellML file did not get created.", __FILE__, __LINE__); + qFatal("FATAL ERROR | %s:%d: the new CellML file could not be created.", __FILE__, __LINE__); } #endif }