diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/simulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/simulator.c b/lib/simulator.c index a773115..247a8c4 100644 --- a/lib/simulator.c +++ b/lib/simulator.c @@ -400,7 +400,7 @@ void ChargeBinaire(char *filename) file = openfilereading(filename); if (readword(file) != 0x58454e4e) { /* verification de la signature */ - exception(1, _("Signature invalid")); + exception(1, _("Invalid Signature")); } sprintf(message, _("Loading file %s"), filename); |