UI: Remove "unsupported" part from AutoSelect message

The unsupported part should basically be signaled via making that
value inaccessible
This commit is contained in:
Palana 2015-10-19 15:37:41 +02:00
parent dd825f7d33
commit f4aae94fe2

View file

@ -161,7 +161,7 @@ Basic.SourceSelect.AddVisible="Make source visible"
# properties window
Basic.PropertiesWindow="Properties for '%1'"
Basic.PropertiesWindow.AutoSelectFormat="%1 (unsupported; autoselect: %2)"
Basic.PropertiesWindow.AutoSelectFormat="%1 (autoselect: %2)"
Basic.PropertiesWindow.SelectColor="Select color"
Basic.PropertiesWindow.SelectFont="Select font"
Basic.PropertiesWindow.ConfirmTitle="Settings Changed"