diff options
Diffstat (limited to 'plugins/Non-IM Contact/src')
-rw-r--r-- | plugins/Non-IM Contact/src/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Non-IM Contact/src/dialog.cpp b/plugins/Non-IM Contact/src/dialog.cpp index fb0bf27788..99ad2e6122 100644 --- a/plugins/Non-IM Contact/src/dialog.cpp +++ b/plugins/Non-IM Contact/src/dialog.cpp @@ -262,7 +262,7 @@ void DoPropertySheet(HANDLE hContact, HINSTANCE hInst) psp[1].pszTemplate = MAKEINTRESOURCEA(IDD_OTHER_STUFF);
psp[1].pszIcon = NULL;
psp[1].pfnDlgProc = DlgProcOtherStuff;
- psp[1].pszTitle = Translate("Link and CList Settings");
+ psp[1].pszTitle = Translate("Link and Contact list Settings");
psp[1].lParam = (LPARAM)hContact;
psp[1].pfnCallback = NULL;
|