summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-21 11:42:23 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-21 11:42:23 +0100
commit3e6d2bdc8b5d75c63f5c5cc118148a59a5b245d3 (patch)
tree2365c398f2e3cc09891be96c56110b2169eaff3d
parent3a57fdee13d2f73a8f4600185484a0d21c84b0ae (diff)
Fix capitalisation.
-rw-r--r--src/tools/dcpomatic_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc
index bbdd19135..8cc86e0b0 100644
--- a/src/tools/dcpomatic_server.cc
+++ b/src/tools/dcpomatic_server.cc
@@ -137,7 +137,7 @@ class StatusDialog : public wxDialog
public:
StatusDialog ()
: wxDialog (
- 0, wxID_ANY, _("DCP-o-matic encode server"),
+ 0, wxID_ANY, _("DCP-o-matic Encode Server"),
wxDefaultPosition, wxDefaultSize,
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER
)