summary refs log tree commit diff stats
path: root/compiler/msgs.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/msgs.nim')
-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",
'>
11730e6c3 ^

32441d01e ^

405b86068
27e2ed437 ^
3b7ef2288 ^

f46870fe1 ^
3b7ef2288 ^
3b7ef2288 ^
405b86068
aa175e9e5 ^
3a91a9358 ^
c617479c6 ^

ced62f330 ^
9cc8fec37 ^
405b86068
7072e3ddc ^
6a29fbf24 ^
d15d9f411 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35