GUI tweaks.
[dcpomatic.git] / src / wx / dci_name_dialog.cc
index bb6c2580797f8ff20b4bfcf22de5047e6071ea72..6927d6c9eba713dc52e2c135878c2ce81542f937 100644 (file)
@@ -43,7 +43,7 @@ DCINameDialog::DCINameDialog (wxWindow* parent, shared_ptr<Film> film)
        _territory = new wxTextCtrl (this, wxID_ANY);
        table->Add (_territory, 1, wxEXPAND);
 
-       add_label_to_sizer (table, this, "Rating (e.g. 15");
+       add_label_to_sizer (table, this, "Rating (e.g. 15)");
        _rating = new wxTextCtrl (this, wxID_ANY);
        table->Add (_rating, 1, wxEXPAND);