Minor tweaks to split screen text to make it clearer
This commit is contained in:
parent
1ef082b2e6
commit
8c29fb01f6
@ -926,8 +926,8 @@ void KartSelectionScreen::addMultiplayerMessage()
|
||||
{
|
||||
m_multiplayer_message = new BubbleWidget();
|
||||
m_multiplayer_message->m_properties[PROP_TEXT_ALIGN] = "center";
|
||||
m_multiplayer_message->setText( _("Everyone:\nPress 'Select' now to "
|
||||
"join the game!") );
|
||||
m_multiplayer_message->setText( _("Everyone:\nPress the 'Select' button to "
|
||||
"join the game") );
|
||||
m_multiplayer_message->m_x = message_x;
|
||||
m_multiplayer_message->m_y = (int) (fullarea->m_y + fullarea->m_h * 0.3f);
|
||||
m_multiplayer_message->m_w = (int) (splitWidth * 0.6f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user