diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-27 22:41:05 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-27 22:41:05 +0000 |
commit | 70c938b678146fb3ae65be2173e3ff27a513889c (patch) | |
tree | ff5ea26fe36e407a2c070f4d60f125e44d620866 /plugins/WebView/src/webview_services.cpp | |
parent | 4475f7c71b774faae68a1272cbf0e8df4b8161a4 (diff) |
WebView: so much capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/src/webview_services.cpp')
-rw-r--r-- | plugins/WebView/src/webview_services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WebView/src/webview_services.cpp b/plugins/WebView/src/webview_services.cpp index 3c73882553..776c5431e1 100644 --- a/plugins/WebView/src/webview_services.cpp +++ b/plugins/WebView/src/webview_services.cpp @@ -359,7 +359,7 @@ INT_PTR AddToList(WPARAM wParam, LPARAM lParam) }
if (psr->nick == NULL) {
- WErrorPopup("ERROR", TranslateT("Please select site in Find/Add Contacts..."));
+ WErrorPopup("ERROR", TranslateT("Please select site in Find/Add contacts..."));
return 0;
}
|