mirror of https://github.com/BOINC/boinc.git
Change text on suspend button in simple view back to simply "Suspend"
or "Resume"
This commit is contained in:
parent
206c1c6b75
commit
4afb6cb97f
|
@ -734,8 +734,8 @@ CSimpleGUIPanel::CSimpleGUIPanel(wxWindow* parent) :
|
|||
checkForNewNoticesTimer->Start(5000);
|
||||
|
||||
dlgOpen = false;
|
||||
m_sSuspendString = _("Suspend Client");
|
||||
m_sResumeString = _("Resume Client");
|
||||
m_sSuspendString = _("Suspend");
|
||||
m_sResumeString = _("Resume");
|
||||
m_sSuspendButtonToolTip = _("Suspend Computing");
|
||||
m_sResumeButtonToolTip = _("Resume Computing");
|
||||
|
||||
|
|
Loading…
Reference in New Issue