← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/indicator-session/switch-from-caps into lp:indicator-session

 

Ted Gould has proposed merging lp:~ted/indicator-session/switch-from-caps into lp:indicator-session.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #540265 "Switch from" is miscapitalized
  https://bugs.launchpad.net/bugs/540265


Capitalization fix.
-- 
https://code.launchpad.net/~ted/indicator-session/switch-from-caps/+merge/21569
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/indicator-session.c'
--- src/indicator-session.c	2010-03-15 15:03:56 +0000
+++ src/indicator-session.c	2010-03-17 15:55:35 +0000
@@ -298,7 +298,7 @@
 
 		/* 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 {


Follow ups