This PR changes the language file for the Redirect Manager so that the "The Redirect Plugin is disabled. Enable it in the Plugin Manager." contains an hyperlink to the Plugin Manager.
Test instructions
In back-end > Components > Redirect
If the Redirect System Plugin is not enabled, it will display a message "The Redirect Plugin is disabled. Enable it in the Plugin Manager."
This PR changes the language string
so that the warning message has a hyperlink to the Plugin Manager,
including a filter option for the name "System - Redirect".
Result of that hyperlink
If you click on the hyperlink you will be redirected to the Plugin Manager,
which filters the "System - Redirect" so you can easily enable it.
Even if the install schema sets IDs a certain way, never assume any item IDs will always be known values. That has actually kicked us in the rear in the past (I think in our update SQL files when we had hardcoded menu item IDs).
@test succes
even tiny steps like these will increase usability