From 3e51fadc09db11b2eb93184bd08c1ee972e4dc27 Mon Sep 17 00:00:00 2001 From: Benau Date: Thu, 18 Jul 2019 15:47:47 +0800 Subject: [PATCH] Improve english --- data/gui/screens/help6.stkgui | 2 +- src/states_screens/online/online_screen.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/gui/screens/help6.stkgui b/data/gui/screens/help6.stkgui index ed57b52ba..40fd83cd5 100644 --- a/data/gui/screens/help6.stkgui +++ b/data/gui/screens/help6.stkgui @@ -36,7 +36,7 @@ + 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."/>
diff --git a/src/states_screens/online/online_screen.cpp b/src/states_screens/online/online_screen.cpp index 333162dfb..c359f6b2c 100644 --- a/src/states_screens/online/online_screen.cpp +++ b/src/states_screens/online/online_screen.cpp @@ -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) {},