diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 22:34:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | d17044d0da61d6077a1f20170ba76ab765a44e50 (patch) | |
| tree | 763182b18b26acdc5b81fc07c8394e10a6ec6228 /src | |
| parent | c4e20995d4638c2d7575dcf12a917e27387078de (diff) | |
Tweak button label.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/dcp_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 85ed81e46..314081d3d 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -118,7 +118,7 @@ DCPPanel::DCPPanel (wxNotebook* n, shared_ptr<Film> film, weak_ptr<FilmViewer> v _upload_after_make_dcp = new CheckBox (_panel, _("Upload DCP to TMS after it is made")); - _markers = new Button (_panel, _("Edit markers...")); + _markers = new Button (_panel, _("Markers...")); _notebook = new wxNotebook (_panel, wxID_ANY); _sizer->Add (_notebook, 1, wxEXPAND | wxTOP, 6); |
