summaryrefslogtreecommitdiffhomepage
path: root/Stars45/RadioTraffic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/RadioTraffic.cpp')
-rw-r--r--Stars45/RadioTraffic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/RadioTraffic.cpp b/Stars45/RadioTraffic.cpp
index d87ed2f..ca5ab92 100644
--- a/Stars45/RadioTraffic.cpp
+++ b/Stars45/RadioTraffic.cpp
@@ -309,7 +309,7 @@ RadioTraffic::DisplayMessage(RadioMessage* msg)
}
else if (msg->Action() == RadioMessage::MOVE_PATROL) {
- sprintf_s(msg_buf, TranslateVox("Move patrol.").data());
+ sprintf_s(msg_buf, "%s.", TranslateVox("Move patrol.").data());
}
else if (target && dst_ship && msg->Sender()) {