Try to clarify player "dual" mode in the configuration.
[dcpomatic.git] / src / wx / player_config_dialog.cc
index aea421dda932e47b33c2fcf54fc6063192e72346..5ac1fe28d2f75760a1c3bd6e72442458d9d97cd2 100644 (file)
@@ -96,7 +96,7 @@ private:
                _player_mode = new wxChoice (_panel, wxID_ANY);
                _player_mode->Append (_("window"));
                _player_mode->Append (_("full screen"));
-               _player_mode->Append (_("full screen with controls on other monitor"));
+               _player_mode->Append (_("full screen with separate advanced controls"));
                table->Add (_player_mode, wxGBPosition(r, 1));
                ++r;