Reset KDM email subject as well as body; fix erroneous initial subject.
[dcpomatic.git] / src / wx / config_dialog.cc
index ff0120ea83d5853a2e38d5590b6e85bbee3b24c6..1b96a1aaddb77f7a2a41e105262eab15a83f223d 100644 (file)
@@ -1198,7 +1198,7 @@ private:
                _kdm_email = new wxTextCtrl (_panel, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize (480, 128), wxTE_MULTILINE);
                _panel->GetSizer()->Add (_kdm_email, 1, wxEXPAND | wxALL, _border);
 
-               _reset_kdm_email = new wxButton (_panel, wxID_ANY, _("Reset to default text"));
+               _reset_kdm_email = new wxButton (_panel, wxID_ANY, _("Reset to default subject and text"));
                _panel->GetSizer()->Add (_reset_kdm_email, 0, wxEXPAND | wxALL, _border);
 
                _mail_server->Bind (wxEVT_COMMAND_TEXT_UPDATED, boost::bind (&KDMEmailPage::mail_server_changed, this));