Exception when clicking stop web module button
Brought to you by:
amirshk
It throws exception said can't find resource string when click stop web module button.
I've checked the source code, here's the cause
frmMail.cs line 757
toolStripStatusLabelWebModule.Text = eLibrary.Strings.Language.m_ResourceManager.GetString("frmMain_toolStripStatusLabelWebModule_off");//"Web Module: Off";
The correct resource key should be frmMain_toolStripStatusLabelWebModule_Off with a upper case Off