diff options
Diffstat (limited to 'protocols/Weather/src/weather_update.cpp')
-rw-r--r-- | protocols/Weather/src/weather_update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_update.cpp b/protocols/Weather/src/weather_update.cpp index c1f51db943..3b18def988 100644 --- a/protocols/Weather/src/weather_update.cpp +++ b/protocols/Weather/src/weather_update.cpp @@ -457,7 +457,7 @@ int CWeatherProto::GetWeatherData(MCONTACT hContact) if (!result.IsEmpty()) result += L"; "; - result.AppendFormat(L"%s - %s", TranslateW(it->Name), it->Value.c_str()); + result.AppendFormat(L"%s: %s", TranslateW(it->Name), it->Value.c_str()); } CMStringA szSetting(FORMAT, "Forecast Day %d", iFore++); |