diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-29 23:33:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-29 23:33:52 +0100 |
| commit | a9f81397b720819af7cb4aee4307e5888752a9ef (patch) | |
| tree | f8b3fa5a286d44d51fd0fef0f2ed3402bcc009d4 /src/wx/self_dkdm_dialog.cc | |
| parent | 21e807a07f82f0d3c7e4befbbf91f1a1a8d71874 (diff) | |
Case fix to match tool name.
Diffstat (limited to 'src/wx/self_dkdm_dialog.cc')
| -rw-r--r-- | src/wx/self_dkdm_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/self_dkdm_dialog.cc b/src/wx/self_dkdm_dialog.cc index 99f414267..001b8d328 100644 --- a/src/wx/self_dkdm_dialog.cc +++ b/src/wx/self_dkdm_dialog.cc @@ -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); |
