mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-2593 Added TODO comments about localization
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user