Case fix to match tool name.
authorCarl Hetherington <cth@carlh.net>
Wed, 29 Jun 2016 22:33:52 +0000 (23:33 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 29 Jun 2016 22:33:52 +0000 (23:33 +0100)
src/wx/self_dkdm_dialog.cc

index 99f4142678888875626167b929e85e31908f4218..001b8d328c06e1b3156787c3d106f5ce009af851 100644 (file)
@@ -67,7 +67,7 @@ SelfDKDMDialog::SelfDKDMDialog (wxWindow* parent, boost::shared_ptr<const Film>
        h->SetFont (subheading_font);
        vertical->Add (h, 0, wxALIGN_CENTER_VERTICAL | wxTOP, DCPOMATIC_SIZER_Y_GAP * 2);
 
-       _internal = new wxRadioButton (this, wxID_ANY, _("Save to KDM creator tool's list"));
+       _internal = new wxRadioButton (this, wxID_ANY, _("Save to KDM Creator tool's list"));
        vertical->Add (_internal, 0, wxALIGN_CENTER_VERTICAL | wxTOP, DCPOMATIC_SIZER_Y_GAP);
 
        wxBoxSizer* w = new wxBoxSizer (wxHORIZONTAL);