Rename config -> prefs to be more consistent in the UI.
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Dec 2012 20:34:51 +0000 (20:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Dec 2012 20:34:51 +0000 (20:34 +0000)
src/wx/config_dialog.cc

index 9408be97003c1e5c311546df1f06d0f3b2e0a4df..abc6bcdeb10db2f240b19cdfe911226d6be336a2 100644 (file)
@@ -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);