diff --git a/src/plugins/nim/project/nimproject.cpp b/src/plugins/nim/project/nimproject.cpp index c6d28a3974a..01f59177604 100644 --- a/src/plugins/nim/project/nimproject.cpp +++ b/src/plugins/nim/project/nimproject.cpp @@ -166,7 +166,7 @@ bool NimProject::supportsKit(Kit *k, QString *errorMessage) const } if (!tc->compilerCommand().exists()) { if (errorMessage) - *errorMessage = tr("Nim compiler does not exist"); + *errorMessage = tr("Nim compiler does not exist."); return false; } return true;