eweather: Translate messages in configuration checker's error dialog.

SVN revision: 82789
This commit is contained in:
Igor Murzov 2013-01-14 23:46:01 +00:00 committed by Tom Hacohen
parent 1dcf7245a0
commit ab7a3e2373
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ e_modapi_init(E_Module *m)
weather_cfg = e_config_domain_load("module.eweather", conf_edd);
if (weather_cfg)
{
if (!e_util_module_config_check("EWeather", weather_cfg->config_version, MOD_CONFIG_FILE_VERSION))
if (!e_util_module_config_check(D_("EWeather"), weather_cfg->config_version, MOD_CONFIG_FILE_VERSION))
{
_weather_config_free();
weather_cfg = NULL;