diff options
author | RMN <rmn@miranda-ng.org> | 2015-06-14 19:37:01 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-06-14 19:37:01 +0000 |
commit | 82d2c2f3261180b2f707425ab66c37c5b1a453f1 (patch) | |
tree | b4bd8240d893132e1752c0c4bf38361a8ba95b34 /plugins/LotusNotify/src | |
parent | e89f03b9f2af75ce231367befb584aaa948c420c (diff) |
- LotusNotify: typo; still more place for a longish translation string
- langpacks Russian and Ukrainian: LotusNotify translation updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@14166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LotusNotify/src')
-rw-r--r-- | plugins/LotusNotify/src/LotusNotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp index 38ee74482e..06486279cb 100644 --- a/plugins/LotusNotify/src/LotusNotify.cpp +++ b/plugins/LotusNotify/src/LotusNotify.cpp @@ -1466,7 +1466,7 @@ int LotusNotifyOptInit(WPARAM wParam,LPARAM) odp.pfnDlgProc = DlgProcLotusNotifyPopupOpts;
Options_AddPage(wParam, &odp);
- odp.ptszTab = LPGENT("Miscelaneous");
+ odp.ptszTab = LPGENT("Miscellaneous");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_LOTUS_MISC);
odp.pfnDlgProc = DlgProcLotusNotifyMiscOpts;
Options_AddPage(wParam, &odp);
|