diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-23 15:22:04 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-23 15:22:04 +0000 |
commit | 19b3fe1e0134f1adf698ca2078cfa44731e316fa (patch) | |
tree | 08fd8d381aebd8784a9db474c01934907ca0f984 /plugins/HistorySweeperLight | |
parent | ecf9ebaac50f3206485dfd924e7f5b3b66eaa705 (diff) |
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@9292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight')
-rw-r--r-- | plugins/HistorySweeperLight/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistorySweeperLight/src/options.cpp b/plugins/HistorySweeperLight/src/options.cpp index dac549cbf7..0877d70d48 100644 --- a/plugins/HistorySweeperLight/src/options.cpp +++ b/plugins/HistorySweeperLight/src/options.cpp @@ -121,7 +121,7 @@ void LoadSettings(HWND hwndDlg) cii.cbSize = sizeof(cii);
cii.flags = CLCIIF_GROUPFONT;
- cii.pszText = TranslateT("*** Defaut Action ***");
+ cii.pszText = TranslateT("*** Default Action ***");
hAllContacts = (HANDLE)SendMessage(hwndList, CLM_ADDINFOITEM, 0, (LPARAM)&cii);
cii.pszText = TranslateT("*** System History ***");
|