diff options
author | RMN <rmn@miranda-ng.org> | 2014-06-12 21:15:20 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-06-12 21:15:20 +0000 |
commit | ac1946ca0173a6bfbb4e0b27aed05c16469953d3 (patch) | |
tree | e91a0b3766ae97044bdf93bb986e3ef3efc2b69f /plugins/HistoryStats | |
parent | 172ed0af6f60af76ea9d21d3857674e125b8803c (diff) |
HistoryStats and Watrack: spelling correction; langpacks updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@9449 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats')
-rw-r--r-- | plugins/HistoryStats/src/dlgoption_subcolumns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/dlgoption_subcolumns.cpp b/plugins/HistoryStats/src/dlgoption_subcolumns.cpp index 141078c107..a6a361515d 100644 --- a/plugins/HistoryStats/src/dlgoption_subcolumns.cpp +++ b/plugins/HistoryStats/src/dlgoption_subcolumns.cpp @@ -669,7 +669,7 @@ bool DlgOption::SubColumns::configHasConflicts(HelpVec* pHelp) if ((restrictions & Column::crHTMLMask) != Column::crHTMLFull &&
(restrictions & Column::crPNGMask) != Column::crPNGFull) {
MessageBox(NULL,
- TranslateT("An internal column configuration error occured. Please contact the author of this plugin."),
+ TranslateT("An internal column configuration error occurred. Please contact the author of this plugin."),
TranslateT("HistoryStats - Error"), MB_ICONERROR | MB_OK);
}
|