From c37464df8eeec89d3748c00fcfd1aebf906da71b Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Wed, 30 Oct 2013 18:58:07 +0000 Subject: WebView: spelling correction (thx RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@6700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/WebView/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/WebView/src/main.cpp b/plugins/WebView/src/main.cpp index 046ce0a013..bacec0184a 100644 --- a/plugins/WebView/src/main.cpp +++ b/plugins/WebView/src/main.cpp @@ -226,14 +226,14 @@ extern "C" int __declspec(dllexport) Load() Menu_AddMainMenuItem(&mi); /* - * Mark All Webview Sites Read + * Mark All Webview Sites As Read */ CreateServiceFunction("MarkAllSitesRead", MarkAllReadMenuCommand); mi.position = 500090099; mi.hIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_MARKALLREAD)); - mi.ptszName = LPGENT("Mark all Webview sites read"); + mi.ptszName = LPGENT("Mark all Webview sites as read"); mi.pszService = "MarkAllSitesRead"; Menu_AddMainMenuItem(&mi); -- cgit v1.2.3