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:
parent
d6eb631419
commit
42c4b5f992
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue