From cffad142c5e3373c13d3f121e5c03b4ef6fb6f1e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Jul 2015 10:08:21 +0100 Subject: Fix TRANSLATORS comment format. --- src/tools/dcpomatic.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/tools') 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 ); -- cgit v1.2.3