diff options
Diffstat (limited to 'protocols/Weather')
| -rw-r--r-- | protocols/Weather/src/weather_svcs.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_svcs.cpp b/protocols/Weather/src/weather_svcs.cpp index bc86236668..3b53b7ee74 100644 --- a/protocols/Weather/src/weather_svcs.cpp +++ b/protocols/Weather/src/weather_svcs.cpp @@ -74,7 +74,7 @@ INT_PTR WeatherGetCaps(WPARAM wParam, LPARAM)  		break;  	case PFLAG_UNIQUEIDTEXT: -		ret = (INT_PTR)Translate("Station ID"); +		ret = (INT_PTR)TranslateT("Station ID");  		break;  	}  	return ret;  | 
