diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/UserInfoEx/src/dlg_msgbox.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/dlg_msgbox.cpp b/plugins/UserInfoEx/src/dlg_msgbox.cpp index 9092de9fb4..8dfd6ca3dc 100644 --- a/plugins/UserInfoEx/src/dlg_msgbox.cpp +++ b/plugins/UserInfoEx/src/dlg_msgbox.cpp @@ -344,7 +344,7 @@ static INT_PTR CALLBACK MsgBoxProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM l  					case MB_ABORTRETRYIGNORE:
  						retOk = IDABORT;
 -						SetDlgItemText(hDlg, IDOK, LPGENT("Abord"));
 +						SetDlgItemText(hDlg, IDOK, LPGENT("Abort"));
  						retAll = IDABORT;
  						SetDlgItemText(hDlg, IDALL, LPGENT("Retry"));
  						retCancel = IDCANCEL;
  | 
