1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Clarified file loading error message

This commit is contained in:
Brian Fiete 2020-07-18 09:23:29 -07:00
parent d6eb631419
commit 42c4b5f992

View file

@ -2978,7 +2978,7 @@ namespace IDE.ui
String fileName = scope String();
Path.GetFileName(mFilePath, fileName);
String headerStr = scope String();
headerStr.AppendF("Unable to load file '{0}'. Requested path is '{1}'", fileName, mFilePath);
headerStr.AppendF("Source file '{0}' is unavailable. Requested path is '{1}'", fileName, mFilePath);
mPanelHeader.Label = headerStr;
if (!sPreviousVersionWarningShown)
{