diff --git a/checkin_notes b/checkin_notes index 15bc2e94d5..241402cd2a 100644 --- a/checkin_notes +++ b/checkin_notes @@ -2386,3 +2386,9 @@ David 1 Apr 2010 sched/ sched_customize.cpp + +David 1 Apr 2010 + - manager: change text for notice-frequency slider + + clientgui/ + DlgOptions.cpp diff --git a/clientgui/DlgOptions.cpp b/clientgui/DlgOptions.cpp index 031ab49f6b..5e9b2b7f02 100644 --- a/clientgui/DlgOptions.cpp +++ b/clientgui/DlgOptions.cpp @@ -165,7 +165,7 @@ void CDlgOptions::CreateControls() itemFlexGridSizer6->Add(m_LanguageSelectionCtrl, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxALL, 5); wxStaticText* itemStaticText9 = new wxStaticText; - itemStaticText9->Create( itemPanel4, wxID_STATIC, _("Network or notices reminder interval:\n(minutes)"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT ); + itemStaticText9->Create( itemPanel4, wxID_STATIC, _("Notice reminder interval:\n(minutes; 0 means no reminders)"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT ); itemFlexGridSizer6->Add(itemStaticText9, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 5); m_ReminderFrequencyCtrl = new wxSlider;