summaryrefslogtreecommitdiff
path: root/src/wx/self_dkdm_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/self_dkdm_dialog.cc')
-rw-r--r--src/wx/self_dkdm_dialog.cc2
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);