Remove markup chars from help text

This commit is contained in:
Mathieu Comandon 2021-10-16 11:48:02 -07:00
parent 922c7680cf
commit 2fa675f0b2

View file

@ -131,7 +131,7 @@ system_options = [ # pylint: disable=invalid-name
"advanced": True, "advanced": True,
"condition": bool(system.find_executable("gamescope")), "condition": bool(system.find_executable("gamescope")),
"help": _("Use gamescope to draw the game window isolated from your desktop.\n" "help": _("Use gamescope to draw the game window isolated from your desktop.\n"
"Use <Ctrl><Super>F to toggle fullscreen"), "Use Ctrl+Super+F to toggle fullscreen"),
}, },
{ {
"option": "gamescope_output_res", "option": "gamescope_output_res",