From: Carl Hetherington Date: Thu, 30 Jul 2015 09:08:21 +0000 (+0100) Subject: Fix TRANSLATORS comment format. X-Git-Tag: v2.1.32~12 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=cffad142c5e3373c13d3f121e5c03b4ef6fb6f1e Fix TRANSLATORS comment format. --- 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 );