summaryrefslogtreecommitdiff
path: root/plugins/Weather/src/weather_contacts.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-06-25 10:34:12 +0000
committerDart Raiden <wowemuh@gmail.com>2014-06-25 10:34:12 +0000
commitdb0d799d1f72a3b49e54bb2e81ec091e636353b3 (patch)
tree19b615e529e4efea7eb99d190b22350c214331ab /plugins/Weather/src/weather_contacts.cpp
parent3fdf46fd77f2d2f2e3c958a3cd4cf9d37abfe05f (diff)
typos, spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@9576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/weather_contacts.cpp')
-rw-r--r--plugins/Weather/src/weather_contacts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/src/weather_contacts.cpp b/plugins/Weather/src/weather_contacts.cpp
index ba04363313..03690c9815 100644
--- a/plugins/Weather/src/weather_contacts.cpp
+++ b/plugins/Weather/src/weather_contacts.cpp
@@ -63,7 +63,7 @@ INT_PTR LoadForecast(WPARAM wParam, LPARAM lParam)
if (id[0] != 0) {
// check if the complte forecast URL is set. If it is not, display warning and quit
if (DBGetStaticString(wParam, WEATHERPROTONAME, "InfoURL", loc2, SIZEOF(loc2)) || loc2[0] == 0) {
- MessageBox(NULL, TranslateT("The URL for complete forcast have not been set. You can set it from the Edit Settings dialog."),
+ MessageBox(NULL, TranslateT("The URL for complete forecast have not been set. You can set it from the Edit Settings dialog."),
TranslateT("Weather Protocol"), MB_ICONINFORMATION);
return 1;
}