From ba915fa1a852ca2b245d7c86f8b98a844cb0b58f Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 1 Dec 2013 13:23:32 +0000 Subject: options page name fixes (thanks to Wishmaster) git-svn-id: http://svn.miranda-ng.org/main/trunk@7020 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/msgoptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver') diff --git a/plugins/Scriver/src/msgoptions.cpp b/plugins/Scriver/src/msgoptions.cpp index 83fc9ca47e..4c638b552b 100644 --- a/plugins/Scriver/src/msgoptions.cpp +++ b/plugins/Scriver/src/msgoptions.cpp @@ -820,7 +820,7 @@ static INT_PTR CALLBACK DlgProcLogOptions(HWND hwndDlg, UINT msg, WPARAM wParam, OPENOPTIONSDIALOG ood; ood.cbSize = sizeof(ood); ood.pszGroup = "Customize"; - ood.pszPage = "Fonts & Colors"; + ood.pszPage = "Fonts and colors"; ood.pszTab = NULL; Options_Open(&ood); } -- cgit v1.2.3