Fix TRANSLATORS comment format.
authorCarl Hetherington <cth@carlh.net>
Thu, 30 Jul 2015 09:08:21 +0000 (10:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 30 Jul 2015 09:08:21 +0000 (10:08 +0100)
src/tools/dcpomatic.cc

index 02c34a3e2c15bcfb7a487416e8f3fd18bbe8ead9..6a743baa8ff407762021063eed39905187dc100b 100644 (file)
@@ -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
                        );