summaryrefslogtreecommitdiff
path: root/src/game/units.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/units.cpp')
-rw-r--r--src/game/units.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/units.cpp b/src/game/units.cpp
index 828ca6b..ef74b74 100644
--- a/src/game/units.cpp
+++ b/src/game/units.cpp
@@ -220,11 +220,11 @@ void unit_t::die(unit_t *killer)
case UNIT_SOLDIER:
case UNIT_SCIENTIST:
case UNIT_SPIDER:
- game->interface.print(name + " " + text::get(text::UNIT_DEATH) + ".");
+ game->interface.print(name + " died.");
break;
default:
- game->interface.print(name + " " + text::get(text::UNIT_DESTRUCTION) + ".");
+ game->interface.print(name + " was destroyed.");
break;
}