diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2009-05-20 10:44:24 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2009-05-20 10:44:24 +0200 |
commit | ce88dc3e67436939b03f97e624c11ca6058fedce (patch) | |
tree | 7619ef68227aef88d8a4e6d8792486d27531825e /data | |
parent | 44a874e3a43f88c6798c9eef3dad0bb4ad9ab97e (diff) | |
download | Nim-ce88dc3e67436939b03f97e624c11ca6058fedce.tar.gz |
some fixes for DMC
Diffstat (limited to 'data')
-rw-r--r-- | data/messages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/messages.yml b/data/messages.yml index 4a2154613..271fadfe4 100644 --- a/data/messages.yml +++ b/data/messages.yml @@ -287,7 +287,7 @@ {'hintConvFromXtoItselfNotNeeded': 'conversion from $1 to itself is pointless'}, {'hintExprAlwaysX': "expression evaluates always to '$1'"}, {'hintQuitCalled': "quit() called"}, -{'hintProcessing': "processing $1"}, +{'hintProcessing': "$1"}, {'hintCodeBegin': "generated code listing:"}, {'hintCodeEnd': "end of listing"}, {'hintConf': "used config file '$1'"}, |