Improve english

This commit is contained in:
Benau 2019-07-18 15:47:47 +08:00
parent 40a8411090
commit 3e51fadc09
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
<spacer width="25" height="25"/>
<bubble proportion="1" height="100%"
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 width="100%" proportion="4" layout="horizontal-row">

View File

@ -235,7 +235,7 @@ void OnlineScreen::eventCallback(Widget* widget, const std::string& name,
return;
}
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.");
auto gtfd = new GeneralTextFieldDialog(instruction.c_str(),
[] (const irr::core::stringw& text) {},