diff options
Diffstat (limited to 'Project/ConstantForm.cpp')
-rw-r--r-- | Project/ConstantForm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ConstantForm.cpp b/Project/ConstantForm.cpp index c769919..4406d63 100644 --- a/Project/ConstantForm.cpp +++ b/Project/ConstantForm.cpp @@ -19,7 +19,7 @@ bool ConstantForm::ValidateData() { double value; if(!m_constant->DoubleFromString(this, m_textCtrlValue->GetValue(), value, - _("Value entered incorrectly in the field \"Value\"."))) + _("Value entered incorrectly in the field \"Constant value\"."))) return false; m_constant->SetValue(value); |