gnome-session r5181 - in trunk: . gnome-session



Author: lucasr
Date: Thu Jan  8 01:56:12 2009
New Revision: 5181
URL: http://svn.gnome.org/viewvc/gnome-session?rev=5181&view=rev

Log:
2009-01-08  Lucas Rocha  <lucasr gnome org>

	Bug 552218 â typo: "unable connect"

	* gnome-session/gsm-util.c: fix typo.

Modified:
   trunk/ChangeLog
   trunk/gnome-session/gsm-util.c

Modified: trunk/gnome-session/gsm-util.c
==============================================================================
--- trunk/gnome-session/gsm-util.c	(original)
+++ trunk/gnome-session/gsm-util.c	Thu Jan  8 01:56:12 2009
@@ -140,7 +140,7 @@
         if (!gdk_display_get_default ()) {
                 if (!gtk_init_check (NULL, NULL)) {
                         /* Oh well, no X for you! */
-                        g_printerr (_("Unable to start login session (and unable connect to the X server)"));
+                        g_printerr (_("Unable to start login session (and unable to connect to the X server)"));
                         g_printerr ("%s", msg);
                         exit (1);
                 }



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