Fix info text

This commit is contained in:
rock88 2020-06-13 18:22:47 +03:00
parent 829e3ed789
commit dade5fd5d3

View file

@ -36,7 +36,7 @@ void AppListWindow::reload(std::function<void()> callback) {
loader->dispose();
if (result.isSuccess()) {
container()->add<Label>("* For adjust Gamepad buttons and Combo keys for a specific game, select this game by a Dpad and press Y");
container()->add<Label>("* For adjust Gamepad buttons and Combo keys for a specific game, select this game with a Dpad and press Y");
container()->add<Widget>()->set_fixed_height(6);
auto button_container = container()->add<Widget>();