Updating branch refs/heads/master
to 748e93e998f129b1eebe3d7dfea64e7e29b35367 (commit)
from fddaacb95112594f020492db2b7a579f5477d35f (commit)
commit 748e93e998f129b1eebe3d7dfea64e7e29b35367
Author: Harald Judt <[email protected]>
Date: Fri Aug 24 17:47:23 2012 +0200
Fix LIGHTRAINTHUNDER night time description.
The description for "LIGHTRAINTHUNDER" at night time is wrong. It should
be the same as for day, that is "Light rain with thunder".
Many thanks to Masato Hashimoto for spotting this.
panel-plugin/weather-translate.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/weather-translate.c b/panel-plugin/weather-translate.c
index 51ac66c..3d0ea08 100644
--- a/panel-plugin/weather-translate.c
+++ b/panel-plugin/weather-translate.c
@@ -176,7 +176,7 @@ static const symbol_desc symbol_to_desc[] = {
/* Same as symbols 1-15, but with thunder */
{ 20, "SLEETSUNTHUNDER", N_("Sleet showers with thunder"), N_("Sleet
showers with thunder") },
{ 21, "SNOWSUNTHUNDER", N_("Snow showers with thunder"), N_("Snow
showers with thunder") },
- { 22, "LIGHTRAINTHUNDER", N_("Light rain with thunder"), N_("Rain
showers with thunder") },
+ { 22, "LIGHTRAINTHUNDER", N_("Light rain with thunder"), N_("Light
rain with thunder") },
{ 23, "SLEETTHUNDER", N_("Sleet with thunder"), N_("Sleet
with thunder") },
};
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits