Change text on suspend button in simple view back to simply "Suspend"

or "Resume"
This commit is contained in:
Kevin Reed 2013-05-15 08:19:27 -05:00
parent 206c1c6b75
commit 4afb6cb97f
1 changed files with 2 additions and 2 deletions

View File

@ -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");