From eda890c2bb4933df68fab71ed0fbf7cd954598f2 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 11 Jul 2018 22:26:23 +0300 Subject: translation fixes --- plugins/Weather/src/weather.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Weather/src') diff --git a/plugins/Weather/src/weather.cpp b/plugins/Weather/src/weather.cpp index 30907b648f..2471557fcb 100644 --- a/plugins/Weather/src/weather.cpp +++ b/plugins/Weather/src/weather.cpp @@ -196,8 +196,8 @@ int CMPlugin::Load() InitServices(); // add sound event - g_plugin.addSound("weatherupdated", _A2W(WEATHERPROTONAME), LPGENW("Weather Condition Changed")); - g_plugin.addSound("weatheralert", _A2W(WEATHERPROTONAME), LPGENW("Weather Alert Issued")); + g_plugin.addSound("weatherupdated", _A2W(WEATHERPROTONAME), LPGENW("Condition Changed")); + g_plugin.addSound("weatheralert", _A2W(WEATHERPROTONAME), LPGENW("Alert Issued")); // window needed for popup commands wchar_t SvcFunc[100]; -- cgit v1.2.3