From 6233fb618821692cf103a52ae1a068c1e5c5a108 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 17 Mar 2010 10:47:09 -0500 Subject: Fix capitalization of 'Switch From' --- src/indicator-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indicator-session.c b/src/indicator-session.c index c21579a..eb7d53f 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -298,7 +298,7 @@ switch_property_change (DbusmenuMenuitem * item, const gchar * property, const G /* TODO: We need some way to remove the elipsis from appearing twice in the label. Not sure how to do that yet. */ - finalstring = g_strdup_printf(_("Switch from %s..."), username); + finalstring = g_strdup_printf(_("Switch From %s..."), username); if (ems >= 20.0f) { set_ellipsize = TRUE; } else { -- cgit v1.2.3