Changed to correct window name in a scheduler popup-dialog.
This commit is contained in:
parent
dd0d253043
commit
2c1aec5eaf
1 changed files with 2 additions and 2 deletions
|
@ -466,8 +466,8 @@ namespace DeviceScheduler
|
|||
if (lvwDevices.SelectedItems.Count == 0) { return; }
|
||||
|
||||
//Vill du ta bort markerad enhet?
|
||||
DialogResult result = MessageBox.Show(Localization.GetString("msg3"),
|
||||
Application.ProductName, MessageBoxButtons.YesNo, MessageBoxIcon.Question);
|
||||
DialogResult result = MessageBox.Show(Localization.GetString("msg3"),
|
||||
Localization.GetString("telldusscheduler"), MessageBoxButtons.YesNo, MessageBoxIcon.Question);
|
||||
|
||||
if (result == DialogResult.Yes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue