summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-09 00:51:06 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-09 00:51:06 +0100
commitb7911b6da3eb53fe7a87a5abd05c20026f2d865d (patch)
treec2f1ef50edb544237ebadcc87a2df3c44baf2d95 /src/lib
parenta04e7f3054f0d99c8f54863142d096bc655a4bc9 (diff)
parentf0144040f62b94908f5d3198e2fcc8ebc60dfba1 (diff)
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 836823607..be21fc89a 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -51,7 +51,7 @@ namespace dcp {
/** The maximum number of audio channels that we can have in a DCP */
#define MAX_DCP_AUDIO_CHANNELS 12
/** Message broadcast to find possible encoding servers */
-#define DCPOMATIC_HELLO "Boys, you gotta learn not to talk to nuns that way"
+#define DCPOMATIC_HELLO "I mean really, Ray, it's used."
/** Number of films to keep in history */
#define HISTORY_SIZE 10
#define REPORT_PROBLEM _("Please report this problem by using Help -> Report a problem or via email to carl@dcpomatic.com")