Improve spectating info message

This commit is contained in:
Alayan
2019-01-27 19:11:41 +01:00
parent efb6b9e2cf
commit 0a40861be7

View File

@@ -1246,9 +1246,9 @@ void ClientLobby::addSpectateHelperMessage() const
core::stringw right = dc->getBindingAsString(PA_STEER_RIGHT);
core::stringw back = dc->getBindingAsString(PA_LOOK_BACK);
// I18N: Message shown in game to tell player it's possible to change
// camera target in spectate mode of network
core::stringw msg = _("Press <%s>, <%s> or <%s> to change targeted "
"player or camera position.", left, right, back);
// I18N: Message shown in game to tell the player it's possible to change
// the camera target in spectate mode of network
core::stringw msg = _("Press <%s> or <%s> to change the targeted player "
"or <%s> for the camera position.", left, right, back);
MessageQueue::add(MessageQueue::MT_GENERIC, msg);
} // addSpectateHelperMessage