summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorreactormonk <hafnersimon@gmail.com>2015-02-08 00:05:36 +0500
committerreactormonk <hafnersimon@gmail.com>2015-02-08 00:05:36 +0500
commit5f54ccf0bd8a4465c887ed80a453b4fb56568d3b (patch)
tree32eff52cda11bdc22bf4ade0721b6d3aeee6b0c5
parentb25346719d3726d9b11fcdc64ad07d6da2ad7007 (diff)
parent7ca3353616758c61ecf6e1746b6b4534fb8e6f30 (diff)
downloadNim-5f54ccf0bd8a4465c887ed80a453b4fb56568d3b.tar.gz
Merge pull request #2085 from flaviut/clarify-message
Clarify "instantiation from here"
-rw-r--r--compiler/msgs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim
index b58561d30..923c35170 100644
--- a/compiler/msgs.nim
+++ b/compiler/msgs.nim
@@ -311,7 +311,7 @@ const
     errXOnlyAtModuleScope: "\'$1\' is only allowed at top level", 
     errXNeedsParamObjectType: "'$1' needs a parameter that has an object type",
     errTemplateInstantiationTooNested: "template/macro instantiation too nested",
-    errInstantiationFrom: "instantiation from here", 
+    errInstantiationFrom: "template/generic instantiation from here", 
     errInvalidIndexValueForTuple: "invalid index value for tuple subscript", 
     errCommandExpectsFilename: "command expects a filename argument",
     errMainModuleMustBeSpecified: "please, specify a main module in the project configuration file",