diff options
author | Ted Gould <ted@gould.cx> | 2010-03-17 10:47:09 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-17 10:47:09 -0500 |
commit | 6233fb618821692cf103a52ae1a068c1e5c5a108 (patch) | |
tree | ae8eec3ad6ad518b9f4e9399559762b788f0968c /src/indicator-session.c | |
parent | c5032805fc4e2ad6c95ddbab3ddbfb76762a312e (diff) | |
download | ayatana-indicator-session-6233fb618821692cf103a52ae1a068c1e5c5a108.tar.gz ayatana-indicator-session-6233fb618821692cf103a52ae1a068c1e5c5a108.tar.bz2 ayatana-indicator-session-6233fb618821692cf103a52ae1a068c1e5c5a108.zip |
Fix capitalization of 'Switch From'
Diffstat (limited to 'src/indicator-session.c')
-rw-r--r-- | src/indicator-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |