mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +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();
|
String fileName = scope String();
|
||||||
Path.GetFileName(mFilePath, fileName);
|
Path.GetFileName(mFilePath, fileName);
|
||||||
String headerStr = scope String();
|
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;
|
mPanelHeader.Label = headerStr;
|
||||||
if (!sPreviousVersionWarningShown)
|
if (!sPreviousVersionWarningShown)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue