diff options
Diffstat (limited to 'Project/ElementFormBase.h')
-rw-r--r-- | Project/ElementFormBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ElementFormBase.h b/Project/ElementFormBase.h index c8fe7f0..9556f7d 100644 --- a/Project/ElementFormBase.h +++ b/Project/ElementFormBase.h @@ -386,7 +386,7 @@ class GeneratorStabFormBase : public wxDialog wxButton* GetButtonCancel() { return m_ButtonCancel; } GeneratorStabFormBase(wxWindow* parent, wxWindowID id = wxID_ANY, - const wxString& title = _("Generator: Stability"), + const wxString& title = _("Generator: stability"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1, -1), long style = wxDEFAULT_DIALOG_STYLE); |