[Xfce4-commits] <xfce4-weather-plugin:master> Summary window details tab: Make link text translatable.
Harald Judt
noreply at xfce.org
Fri Jul 13 16:50:14 CEST 2012
Updating branch refs/heads/master
to 3c2d52f8c34910dcc108280db1c9b76a33651796 (commit)
from 28061e3f51c503709ee4e014416ddfe346ab207e (commit)
commit 3c2d52f8c34910dcc108280db1c9b76a33651796
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Jul 11 16:46:31 2012 +0200
Summary window details tab: Make link text translatable.
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 f3780a8..b8bf063 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -344,7 +344,7 @@ create_summary_tab (xfceweather_data *data)
APPEND_TEXT_ITEM (_("Cloudiness"), CLOUDINESS_OVERALL);
APPEND_BTEXT (_("\nData from The Norwegian Meteorological Institute\n"));
- APPEND_LINK_ITEM ("\t", "Thanks to met.no", "http://met.no/", ltag1);
+ APPEND_LINK_ITEM ("\t", _("Thanks to met.no"), "http://met.no/", ltag1);
g_signal_connect(G_OBJECT(view), "motion-notify-event",
G_CALLBACK(view_motion_notify), view);
More information about the Xfce4-commits
mailing list