summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-26 22:26:29 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-26 22:26:29 +0000
commit7e96c292eaef71ed69b63aeeab9a567ea8f9c487 (patch)
treeb9fb6d8b824ac181e57f972be6fdf75bffcfa346 /src
parentd2a38c350edb9c0e00ba3be882098e735ae23bfb (diff)
Missing _() markup.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index ef3534939..92fb9d0f3 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -151,7 +151,7 @@ FilmEditor::make_dcp_panel ()
}
++r;
- _encrypted = new wxCheckBox (_dcp_panel, wxID_ANY, wxT ("Encrypted"));
+ _encrypted = new wxCheckBox (_dcp_panel, wxID_ANY, _("Encrypted"));
grid->Add (_encrypted, wxGBPosition (r, 0), wxGBSpan (1, 2));
++r;