From 9834d1033dc5cf23b185a3ef14a2ecb673af157e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 29 Feb 2020 23:43:52 +0100 Subject: [PATCH] Fix title of player configuration dialogue. --- src/wx/player_config_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/player_config_dialog.cc b/src/wx/player_config_dialog.cc index adbf2167b..11092efe4 100644 --- a/src/wx/player_config_dialog.cc +++ b/src/wx/player_config_dialog.cc @@ -668,7 +668,7 @@ private: wxPreferencesEditor* create_player_config_dialog () { - wxPreferencesEditor* e = new wxPreferencesEditor (); + wxPreferencesEditor* e = new wxPreferencesEditor (_("DCP-o-matic Player Preferences")); #ifdef DCPOMATIC_OSX /* Width that we force some of the config panels to be on OSX so that -- 2.30.2