[Xfce4-commits] <xfce4-weather-plugin:master> Make "on the Beaufort scale" translatable (bug #8385).
Harald Judt
noreply at xfce.org
Mon Jul 2 12:38:15 CEST 2012
Updating branch refs/heads/master
to f28ff30e90bf8a3503ffbd4fb9838bc2bd45f398 (commit)
from 8ac92698255d2964b2bba33d3fd53f0490177ad0 (commit)
commit f28ff30e90bf8a3503ffbd4fb9838bc2bd45f398
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Jun 27 08:14:53 2012 +0200
Make "on the Beaufort scale" translatable (bug #8385).
Thanks to Algimantas Margevičius for reporting this.
panel-plugin/weather-summary.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index ada8d72..27687d9 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -290,7 +290,7 @@ create_summary_tab (xfceweather_data *data)
/* Wind */
APPEND_BTEXT (_("\nWind\n"));
wind = translate_wind_speed (timeslice, get_data (timeslice, WIND_SPEED), data->unit);
- value = g_strdup_printf ("\t%s: %s (%s on the Beaufort scale)\n", _("Speed"), wind,
+ value = g_strdup_printf (_("\t%s: %s (%s on the Beaufort scale)\n"), _("Speed"), wind,
get_data (timeslice, WIND_BEAUFORT));
g_free (wind);
APPEND_TEXT_ITEM_REAL (value);
More information about the Xfce4-commits
mailing list