summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-30 10:08:21 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-30 10:08:21 +0100
commitcffad142c5e3373c13d3f121e5c03b4ef6fb6f1e (patch)
tree0cea49302799f86d7073ec47b5a81b6433fe06e1 /src
parent1cd087929f353668a26199b6c9fc3e23e1758db5 (diff)
Fix TRANSLATORS comment format.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic.cc5
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
);