Fix capitalisation.
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2016 10:42:23 +0000 (11:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2016 10:42:23 +0000 (11:42 +0100)
src/tools/dcpomatic_server.cc

index bbdd191356ff712dd16e7ae387827e477c7eb6d8..8cc86e0b0df8d667f3c292838617f222522f9010 100644 (file)
@@ -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
                        )