mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Removed additional colon
This commit is contained in:
committed by
GitHub
parent
ee32f37f2a
commit
b45c1e67f0
@@ -914,7 +914,7 @@ namespace Terminal.Gui {
|
||||
/// <param name="message">The message.</param>
|
||||
/// <param name="allowedTypes">The allowed types.</param>
|
||||
public SaveDialog (ustring title, ustring message, List<string> allowedTypes = null)
|
||||
: base (title, prompt: Strings.fdSave, nameFieldLabel: $"{Strings.fdSaveAs}:", message: message, allowedTypes) { }
|
||||
: base (title, prompt: Strings.fdSave, nameFieldLabel: $"{Strings.fdSaveAs}", message: message, allowedTypes) { }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the name of the file the user selected for saving, or null
|
||||
|
||||
Reference in New Issue
Block a user