SDA-2593 Added TODO comments about localization

This commit is contained in:
Mattias Gustavsson
2020-11-02 08:17:38 +01:00
parent 627668d64a
commit c344d25f9f
3 changed files with 3 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ namespace Symphony
void cancel_Click(object sender, System.EventArgs e)
{
// TODO: Localization
if( System.Windows.Forms.MessageBox.Show("Are you sure you want to cancel Symphony installation?",
"Symphony Setup", System.Windows.Forms.MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes )
{

View File

@@ -203,6 +203,7 @@ namespace Symphony
void cancel_Click(object sender, EventArgs e)
{
showingCancelConfirmation = true;
// TODO: Localization
if (System.Windows.Forms.MessageBox.Show("Are you sure you want to cancel Symphony installation?",
"Symphony Setup", System.Windows.Forms.MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes)
{

View File

@@ -78,6 +78,7 @@ namespace Symphony
void cancel_Click(object sender, System.EventArgs e)
{
// TODO: Localization
if( System.Windows.Forms.MessageBox.Show("Are you sure you want to cancel Symphony installation?",
"Symphony Setup", System.Windows.Forms.MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes )
{