mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
removed colon from error message.
This commit is contained in:
parent
4cd05c152c
commit
e10094bf8f
@ -851,7 +851,7 @@ namespace GARbro.GUI
|
||||
}
|
||||
catch (Exception X)
|
||||
{
|
||||
PopupError (string.Format("{0}:\n{1}", filename, X.Message), guiStrings.MsgErrorOpening);
|
||||
PopupError (string.Format("{0}\n{1}", filename, X.Message), guiStrings.MsgErrorOpening);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user