From 072fb7e4de739207b549879cbd787a52dc4b1bd0 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 13 Oct 2009 00:00:57 +0000 Subject: [PATCH] - actually, make it "Tasks checkpoint to disk at most every ..." and change it in the advanced prefs dialog too svn path=/trunk/boinc/; revision=19294 --- checkin_notes | 10 ++++++++++ clientgui/DlgAdvPreferencesBase.cpp | 2 +- html/inc/prefs.inc | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 0451ef26b3..d64040f5e9 100644 --- a/checkin_notes +++ b/checkin_notes @@ -8577,3 +8577,13 @@ David 12 Oct 2009 app_start.cpp html/inc/ prefs.inc + +David 12 Oct 2009 + - actually, make it + "Tasks checkpoint to disk at most every ..." + and change it in the advanced prefs dialog too + + clientgui/ + DlgAdvPreferencesBase.cpp + html/inc/ + prefs.inc diff --git a/clientgui/DlgAdvPreferencesBase.cpp b/clientgui/DlgAdvPreferencesBase.cpp index a5a9c846bd..9778b1d7bd 100644 --- a/clientgui/DlgAdvPreferencesBase.cpp +++ b/clientgui/DlgAdvPreferencesBase.cpp @@ -499,7 +499,7 @@ CDlgAdvPreferencesBase::CDlgAdvPreferencesBase( wxWindow* parent, int id, wxStri m_staticText45 = new wxStaticText( m_panelDiskAndMemory, ID_DEFAULT, _("% of total disk space"), wxDefaultPosition, wxDefaultSize, 0 ); fgSizerDiskUsage->Add( m_staticText45, 0, wxALL, 5 ); - m_staticText46 = new wxStaticText( m_panelDiskAndMemory, ID_DEFAULT, _("Write to disk at most every"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT ); + m_staticText46 = new wxStaticText( m_panelDiskAndMemory, ID_DEFAULT, _("Tasks checkpoint to disk at most every"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT ); fgSizerDiskUsage->Add( m_staticText46, 0, wxALL|wxEXPAND, 5 ); m_txtDiskWriteToDisk = new wxTextCtrl( m_panelDiskAndMemory, ID_TXTDISKWRITETODISK, wxT(""), wxDefaultPosition, wxSize( 50,-1 ), wxTE_RIGHT ); diff --git a/html/inc/prefs.inc b/html/inc/prefs.inc index 038eed9d25..298ded89f0 100644 --- a/html/inc/prefs.inc +++ b/html/inc/prefs.inc @@ -114,7 +114,7 @@ define("USE_AT_MOST", "Use at most"); define("USE_AT_MOST2", "Use at most
(Can be used to reduce CPU heat)
"); define("USE_AT_MOST3", "Use at most"); define("CPU_USAGE_LIMIT_DESC2", "percent of CPU time"); -define("DISK_INTERVAL_DESC", "Applications checkpoint to disk at most every"); +define("DISK_INTERVAL_DESC", "Tasks checkpoint to disk at most every"); define("DISK_LIMIT_DESC", "Disk and memory usage"); define("DISK_MIN_FREE_GB_DESC", "Leave at least"); define("DISK_SCHED_MIN_FREE_DESC1", "
(Values smaller than ");