From 8970d61902bcbb4abbf243162b491934208c9358 Mon Sep 17 00:00:00 2001 From: Luke Yelavich Date: Mon, 14 Feb 2011 16:02:01 +1100 Subject: Make the word session translatable --- src/indicator-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indicator-session.c') diff --git a/src/indicator-session.c b/src/indicator-session.c index 6a9030a..97e2ce9 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -258,7 +258,7 @@ get_label (IndicatorObject * io) static const gchar * get_accessible_desc (IndicatorObject * io) { - return "Session"; + return _("Session"); } static void -- cgit v1.2.3