summaryrefslogtreecommitdiffstats
path: root/src/template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.cpp')
-rw-r--r--src/template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.cpp b/src/template.cpp
index b1435ce..228da4d 100644
--- a/src/template.cpp
+++ b/src/template.cpp
@@ -2832,7 +2832,7 @@ template<class T> class TemplateNodeCreator : public TemplateNode
rootDir.setPath(QDir::currentDirPath());
if (!rootDir.mkdir(outputDir))
{
- err("tag OUTPUT_DIRECTORY: Output directory `%s' does not "
+ err("tag OUTPUT_DIRECTORY: Output directory '%s' does not "
"exist and cannot be created\n",outputDir.data());
return;
}