summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-02 23:43:51 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-02 23:43:51 +0000
commit252bb49883779be1e11d91924f879eac216897e6 (patch)
tree86d10aa7649b68460cd6d63965dc39390af5200d /src
parent4981c76cdf7cfe28bb78ebf166592fa9ceb32c21 (diff)
Hand-apply 99a832a19ccbead25d36e50545d6fd2c46454113 from master; add comment for translators.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index 3edc24181..58cb32c53 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -82,6 +82,9 @@ 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.
+ */
_("Film changed"),
wxYES_NO | wxYES_DEFAULT | wxICON_QUESTION
);