summaryrefslogtreecommitdiff
path: root/plugins/Weather/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-07-11 22:26:23 +0300
committerdartraiden <wowemuh@gmail.com>2018-07-11 23:18:53 +0300
commiteda890c2bb4933df68fab71ed0fbf7cd954598f2 (patch)
tree96ba82b57b5341da19d75dba0687c75ea724e506 /plugins/Weather/src
parent446552f6d224103b4d2cfb5c3f13599c878871fc (diff)
translation fixes
Diffstat (limited to 'plugins/Weather/src')
-rw-r--r--plugins/Weather/src/weather.cpp4
1 files changed, 2 insertions, 2 deletions
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];