From b45c1e67f0a8a9041a6512208f2d4d02ee38839a Mon Sep 17 00:00:00 2001 From: Roberto Cervantes Date: Sun, 2 Apr 2023 01:45:44 -0700 Subject: [PATCH] Removed additional colon --- Terminal.Gui/Windows/FileDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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