Skip to content

Commit 6550302

Browse files
committed
Add logging comment as to how many projects found in backup script
1 parent 4047eda commit 6550302

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

GitAutoUpdateGUI/FormMain.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,6 +1701,10 @@ private void buttonCreateBackupScript_Click(object sender, EventArgs e)
17011701
}
17021702
}
17031703
}
1704+
1705+
Logger.Add(textBoxLog, projectCount + Punctuation.OneSpace + Translate("project") + Plural(projectCount) +
1706+
Punctuation.OneSpace + Translate(Plural(projectCount, "has")) + Punctuation.OneSpace +
1707+
Translate("been found") + FrenchPlural(projectCount, _currentLanguage));
17041708
}
17051709

17061710
//var selectedProjects = listViewVSProjects.CheckedItems;

0 commit comments

Comments
 (0)