diff options
author | Ted Gould <ted@gould.cx> | 2010-03-17 20:00:18 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-17 20:00:18 -0500 |
commit | e89ea26dff22aab414951f4a11c62848615ea74d (patch) | |
tree | 49548fa7b2eb511ab445d29b6acd4bb9d1c309a2 /src | |
parent | 0d2ee237e85dfe49d9ba5c8050407fa3f42d2d3c (diff) | |
parent | 64058bd7e1704224138965175ff5b3432b98a26c (diff) | |
download | ayatana-indicator-session-e89ea26dff22aab414951f4a11c62848615ea74d.tar.gz ayatana-indicator-session-e89ea26dff22aab414951f4a11c62848615ea74d.tar.bz2 ayatana-indicator-session-e89ea26dff22aab414951f4a11c62848615ea74d.zip |
Changing the case of 'Switch From'
Diffstat (limited to 'src')
-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 { |