diff options
Diffstat (limited to 'plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp')
-rw-r--r-- | plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp b/plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp index 0f79871fbb..f7d18b1a6c 100644 --- a/plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp +++ b/plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp @@ -35,7 +35,7 @@ bool NotifyAboutWrongSettings(LPTSTR szFile) _tcscat(szTxt, szFile);
_tcscat(szTxt, TEXT(" is corrupted !\n"));
_tcscat(szTxt, TEXT("As a result plugin can crush.\n"));
- _tcscat(szTxt, TEXT("Reset settings to default ?"));
+ _tcscat(szTxt, TEXT("Reset settings to default?"));
DWORD dw = MessageBox(NULL, TranslateTS(szTxt), g_strPluginName, MB_YESNO);
return (dw == IDYES);
|