Skip to content

Commit 3d118ec

Browse files
committed
Enable/Disable Plugin via checkbox (#28)
1 parent c974c43 commit 3d118ec

File tree

7 files changed

+308
-272
lines changed

7 files changed

+308
-272
lines changed

src/GitExtensions.GerritPlugin/FormGerritDownload.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ public partial class FormGerritDownload : FormGerritBase
1717
private string _currentBranchRemote;
1818

1919
#region Translation
20-
private readonly TranslationString _downloadGerritChangeCaption = new TranslationString("Download Gerrit Change");
20+
private readonly TranslationString _downloadGerritChangeCaption = new("Download Gerrit Change");
2121

22-
private readonly TranslationString _downloadCaption = new TranslationString("Download change {0}");
22+
private readonly TranslationString _downloadCaption = new("Download change {0}");
2323

24-
private readonly TranslationString _selectRemote = new TranslationString("Please select a remote repository");
25-
private readonly TranslationString _selectChange = new TranslationString("Please enter a change");
26-
private readonly TranslationString _cannotGetChangeDetails = new TranslationString("Could not retrieve the change details");
24+
private readonly TranslationString _selectRemote = new("Please select a remote repository");
25+
private readonly TranslationString _selectChange = new("Please enter a change");
26+
private readonly TranslationString _cannotGetChangeDetails = new("Could not retrieve the change details");
2727
#endregion
2828

2929
public FormGerritDownload(IGitUICommands uiCommand)

0 commit comments

Comments
 (0)