Use bg/ for absolute path example

This commit is contained in:
ackwell 2024-04-20 20:55:04 +10:00
parent 11acd7d3f4
commit cc2f72b73d

View file

@ -382,7 +382,7 @@ public partial class ModEditWindow
{
ImGuiComponents.HelpMarker(
"Materials must be either relative (e.g. \"/filename.mtrl\")\n"
+ "or absolute (e.g. \"chara/full/path/to/filename.mtrl\").",
+ "or absolute (e.g. \"bg/full/path/to/filename.mtrl\").",
FontAwesomeIcon.TimesCircle);
}