From: Carl Hetherington Date: Wed, 5 Dec 2012 20:34:51 +0000 (+0000) Subject: Rename config -> prefs to be more consistent in the UI. X-Git-Tag: v2.0.48~1498 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b46c5cbf410b85db43979e8a5ce644b94d6e4f88 Rename config -> prefs to be more consistent in the UI. --- diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 9408be970..abc6bcdeb 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -40,7 +40,7 @@ using namespace std; using boost::bind; ConfigDialog::ConfigDialog (wxWindow* parent) - : wxDialog (parent, wxID_ANY, _("DVD-o-matic Configuration"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) + : wxDialog (parent, wxID_ANY, _("DVD-o-matic Preferences"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) { wxFlexGridSizer* table = new wxFlexGridSizer (3, 6, 6); table->AddGrowableCol (1, 1);