diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-21 14:52:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-21 14:52:30 +0100 |
| commit | dd2685423e9a2800a9ea6821c361a6b851ff759e (patch) | |
| tree | a180a7bbc61ec90ec1bb97fac3b3781a50d80ac3 /src/wx/kdm_dialog.cc | |
| parent | 7dd06cc89e018bfec3cbe802495bf7dee137a71f (diff) | |
Some missing i18n markup. Add S_ macro to allow contextual translations. Add updates to de_DE from Carsten Kurz. Merge pot files.
Diffstat (limited to 'src/wx/kdm_dialog.cc')
| -rw-r--r-- | src/wx/kdm_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index 42b8297f0..6750e0e98 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -96,7 +96,7 @@ KDMDialog::KDMDialog (wxWindow* parent, boost::shared_ptr<const Film> film) /* Sub-heading: Timing */ - h = new wxStaticText (this, wxID_ANY, _("Timing")); + 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); |
