diff --git a/PCK-Studio/Controls/Editor/PckEditor.cs b/PCK-Studio/Controls/Editor/PckEditor.cs index 4ffdecc7..3addb7ce 100644 --- a/PCK-Studio/Controls/Editor/PckEditor.cs +++ b/PCK-Studio/Controls/Editor/PckEditor.cs @@ -221,7 +221,7 @@ namespace PckStudio.Controls { _timesSaved++; _wasModified = false; - MessageBox.Show("Pck Saved.", "Saved"); + MessageBox.Show($"{TitleName} saved.", "PCK successfully Saved"); Debug.WriteLine($"_timesSaved: {_timesSaved}"); }