diff --git a/GitUI/CommandsDialogs/FormCommit.cs b/GitUI/CommandsDialogs/FormCommit.cs index 12667083f6a..e002c9a419d 100644 --- a/GitUI/CommandsDialogs/FormCommit.cs +++ b/GitUI/CommandsDialogs/FormCommit.cs @@ -36,7 +36,7 @@ public sealed partial class FormCommit : GitModuleForm ////, IHotkeyable private readonly TranslationString _deleteFailed = new TranslationString("Delete file failed"); private readonly TranslationString _deleteSelectedFiles = - new TranslationString("Are you sure you want delete the selected file(s)?"); + new TranslationString("Are you sure you want to delete the selected file(s)?"); private readonly TranslationString _deleteSelectedFilesCaption = new TranslationString("Delete"); diff --git a/GitUI/CommandsDialogs/RevisionDiff.cs b/GitUI/CommandsDialogs/RevisionDiff.cs index 9837e98914a..ada91bce0b1 100644 --- a/GitUI/CommandsDialogs/RevisionDiff.cs +++ b/GitUI/CommandsDialogs/RevisionDiff.cs @@ -22,7 +22,7 @@ public partial class RevisionDiff : GitModuleControl private readonly TranslationString _saveFileFilterAllFiles = new TranslationString("All files"); private readonly TranslationString _deleteSelectedFilesCaption = new TranslationString("Delete"); private readonly TranslationString _deleteSelectedFiles = - new TranslationString("Are you sure you want delete the selected file(s)?"); + new TranslationString("Are you sure you want to delete the selected file(s)?"); private readonly TranslationString _deleteFailed = new TranslationString("Delete file failed"); private readonly TranslationString _multipleDescription = new TranslationString(""); private readonly TranslationString _selectedRevision = new TranslationString("Selected");