Skip to content

Commit 448295f

Browse files
authored
fix
1 parent 34afb52 commit 448295f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EDSEditorGUI/DeviceODView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ private void ObjectSave()
536536
bool setDefaultValueToAll = false;
537537
if (od.parent != null && od.Subindex > 0 && od.defaultvalue == "" && textBox_defaultValue.Text != "")
538538
{
539-
DialogResult confirm = MessageBox.Show("Do you want to apply Default value to all unset subobjects?", MessageBoxButtons.YesNo);
539+
DialogResult confirm = MessageBox.Show("Do you want to set the Default value to all unset default values in subobjects?", "Set to all?", MessageBoxButtons.YesNo);
540540
if (confirm == DialogResult.Yes)
541541
{
542542
setDefaultValueToAll = true;

0 commit comments

Comments
 (0)