diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-04-22 07:42:01 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-22 08:33:59 +0200 |
commit | cb1b0bed954d1b1370cf65bdf348cc4434feab53 (patch) | |
tree | 115bf818e724b122f1611a1bdadcb9a545edf532 /src/net/ea/playerhandler.cpp | |
parent | 3e92baec2045d139a2a815f38e8bda010c707764 (diff) | |
download | mana-cb1b0bed954d1b1370cf65bdf348cc4434feab53.tar.gz mana-cb1b0bed954d1b1370cf65bdf348cc4434feab53.tar.bz2 mana-cb1b0bed954d1b1370cf65bdf348cc4434feab53.tar.xz mana-cb1b0bed954d1b1370cf65bdf348cc4434feab53.zip |
Some string fixes
Diffstat (limited to 'src/net/ea/playerhandler.cpp')
-rw-r--r-- | src/net/ea/playerhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp index c0c0fe20..55d54af8 100644 --- a/src/net/ea/playerhandler.cpp +++ b/src/net/ea/playerhandler.cpp @@ -111,7 +111,7 @@ static const char *randomDeathMessage() N_("You are not that alive anymore."), N_("The cold hands of the grim reaper are grabbing for your soul."), N_("Game Over!"), - N_("Insert coin to continue"), + N_("Insert coin to continue."), N_("No, kids. Your character did not really die. It... " "err... went to a better place."), N_("Your plan of breaking your enemies weapon by " |