summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-12-24 10:58:15 +0000
committerDart Raiden <wowemuh@gmail.com>2013-12-24 10:58:15 +0000
commitef1b0902a40e4d330924f68327c04f1eca600bcf (patch)
tree2aa0236902c59b35d4cdd22e481554f2d5761368
parent14f8b03b879446d116adc6f11eaf311b58155770 (diff)
UInfoEx: typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@7365 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/UserInfoEx/src/dlg_msgbox.cpp2
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;