Improve english
This commit is contained in:
parent
40a8411090
commit
3e51fadc09
@ -36,7 +36,7 @@
|
|||||||
<spacer width="25" height="25"/>
|
<spacer width="25" height="25"/>
|
||||||
<bubble proportion="1" height="100%"
|
<bubble proportion="1" height="100%"
|
||||||
I18N="In the help menu"
|
I18N="In the help menu"
|
||||||
text="Mass - there are three classes of karts, depending of their mass: light, medium and heavy. Heavier karts are less affected by parachutes and are more resistant to explosions."/>
|
text="Mass - there are three classes of karts, depending on their mass: light, medium and heavy. Heavier karts are less affected by parachutes and are more resistant to explosions."/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div width="100%" proportion="4" layout="horizontal-row">
|
<div width="100%" proportion="4" layout="horizontal-row">
|
||||||
|
@ -235,7 +235,7 @@ void OnlineScreen::eventCallback(Widget* widget, const std::string& name,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
core::stringw instruction =
|
core::stringw instruction =
|
||||||
_("Enter the server address with IP (optional) followed by : and"
|
_("Enter the server address with IP optionally followed by : and"
|
||||||
" then port.");
|
" then port.");
|
||||||
auto gtfd = new GeneralTextFieldDialog(instruction.c_str(),
|
auto gtfd = new GeneralTextFieldDialog(instruction.c_str(),
|
||||||
[] (const irr::core::stringw& text) {},
|
[] (const irr::core::stringw& text) {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user