Fix a typo spotted by @edogawa

This commit is contained in:
Aleksandr Prokudin
2025-12-20 15:32:59 +01:00
parent 8a3b7f3701
commit 04aa1f6476

View File

@@ -1752,7 +1752,7 @@ RouteUI::verify_new_route_name (const std::string& name)
}
MessageDialog (
_("The name includes special characters (<>:\"/\\|?*) which is discouraged in track and bus names, due to filename restrictiosn on some systems.\n"),
_("The name includes special characters (<>:\"/\\|?*) which is discouraged in track and bus names, due to filename restrictions on some systems.\n"),
false, MESSAGE_INFO, BUTTONS_OK
).run ();