diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-28 23:28:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-28 23:28:55 +0100 |
| commit | 927013227fc25e84191cd41b16cb7653b0d85352 (patch) | |
| tree | 10b2897aea0589c5371bbad13ac770982f4a1824 /src/wx/kdm_dialog.cc | |
| parent | 2fcc4094aa556e1692c1f45c53089ba50516d977 (diff) | |
Add some TRANSLATORS comments.
Diffstat (limited to 'src/wx/kdm_dialog.cc')
| -rw-r--r-- | src/wx/kdm_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index 856808f11..596976bd7 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -61,6 +61,7 @@ KDMDialog::KDMDialog (wxWindow* parent, boost::shared_ptr<const Film> film) vertical->Add (_screens, 1, wxEXPAND); /* Sub-heading: Timing */ + /// TRANSLATORS: translate the word "Timing" here; do not include the "KDM|" prefix h = new wxStaticText (this, wxID_ANY, S_("KDM|Timing")); h->SetFont (subheading_font); vertical->Add (h, 0, wxALIGN_CENTER_VERTICAL | wxTOP, DCPOMATIC_SIZER_Y_GAP * 2); |
