diff --git a/Terminal.Gui/Windows/FileDialog.cs b/Terminal.Gui/Windows/FileDialog.cs index c2d20f3f1..c5070d96a 100644 --- a/Terminal.Gui/Windows/FileDialog.cs +++ b/Terminal.Gui/Windows/FileDialog.cs @@ -914,7 +914,7 @@ namespace Terminal.Gui { /// The message. /// The allowed types. public SaveDialog (ustring title, ustring message, List allowedTypes = null) - : base (title, prompt: Strings.fdSave, nameFieldLabel: $"{Strings.fdSaveAs}:", message: message, allowedTypes) { } + : base (title, prompt: Strings.fdSave, nameFieldLabel: $"{Strings.fdSaveAs}", message: message, allowedTypes) { } /// /// Gets the name of the file the user selected for saving, or null