Re: String changes in gnome-session



Il giorno gio, 12/02/2009 alle 11.16 +0100, Luca Ferretti ha scritto:
> Il giorno gio, 12/02/2009 alle 02.20 +0000, Lucas Rocha ha scritto:
> > Hi all,
> > 
> > I've changed changed the name and description of the session capplet
> > to better match what it actully does nowadays. The changes were made
> > in the capplet .desktop file.
> > 
> > Name is now: Startup Applications
> > Description is now: Choose what applications to start when you log in
> 
> Lucas, you should update the window title/name too, changing to "Startup
> Applications Preferences" (according to other capplets).

Trivial patch attached
Index: gsm-properties-dialog.c
===================================================================
--- gsm-properties-dialog.c	(revisione 5252)
+++ gsm-properties-dialog.c	(copia locale)
@@ -1450,7 +1450,7 @@
         gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 2);
         gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
         gtk_window_set_icon_name (GTK_WINDOW (dialog), "session-properties");
-        gtk_window_set_title (GTK_WINDOW (dialog), _("Sessions Preferences"));
+        gtk_window_set_title (GTK_WINDOW (dialog), _("Startup Applications Preferences"));
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]