diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-30 10:08:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-30 10:08:21 +0100 |
| commit | cffad142c5e3373c13d3f121e5c03b4ef6fb6f1e (patch) | |
| tree | 0cea49302799f86d7073ec47b5a81b6433fe06e1 /src/tools | |
| parent | 1cd087929f353668a26199b6c9fc3e23e1758db5 (diff) | |
Fix TRANSLATORS comment format.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 02c34a3e2..6a743baa8 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -91,9 +91,8 @@ public: _dialog = new wxMessageDialog ( 0, wxString::Format (_("Save changes to film \"%s\" before closing?"), std_to_wx (name).data()), - /* TRANSLATORS: this is the heading for a dialog box, which tells the user that the current - project (Film) has been changed since it was last saved. - */ + /// TRANSLATORS: this is the heading for a dialog box, which tells the user that the current + /// project (Film) has been changed since it was last saved. _("Film changed"), wxYES_NO | wxYES_DEFAULT | wxICON_QUESTION ); |
