diff options
author | biouman <> | 2001-04-16 20:20:23 +0000 |
---|---|---|
committer | biouman <> | 2001-04-16 20:20:23 +0000 |
commit | 4b6921b966481ff28c919ca0e0fb345e601a9a74 (patch) | |
tree | fa8348cc864da43aec8b7f083758b7f4a24f49f9 /lib/simulator.c | |
parent | a1a16a0cea066f0873cb0ee138107721b862769a (diff) |
*** empty log message ***
Diffstat (limited to 'lib/simulator.c')
-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); |