← Back to team overview

ayatana-commits team mailing list archive

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

 

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

    Requested reviews:
    Indicator Applet Developers (indicator-applet-developers)


String fix.
-- 
https://code.launchpad.net/~ted/indicator-session/switch-user/+merge/12891
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/users-service.c'
--- src/users-service.c	2009-09-30 02:03:36 +0000
+++ src/users-service.c	2009-10-05 20:40:22 +0000
@@ -342,7 +342,7 @@
       if (check_new_session ())
         {
           mi = dbusmenu_menuitem_new ();
-          dbusmenu_menuitem_property_set (mi, DBUSMENU_MENUITEM_PROP_LABEL, _("New Session..."));
+          dbusmenu_menuitem_property_set (mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Switch User..."));
           dbusmenu_menuitem_child_append (root, mi);
           g_signal_connect (G_OBJECT (mi), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, G_CALLBACK (activate_new_session), NULL);
         }


Follow ups