gnome-settings-daemon r242 - in trunk: . gnome-settings-daemon



Author: jensg
Date: Sat Mar 29 14:08:42 2008
New Revision: 242
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=242&view=rev

Log:
2008-03-29  Jens Granseuer  <jensgr gmx net>

	* gnome-settings-daemon/main.c: mark string for translation


Modified:
   trunk/ChangeLog
   trunk/gnome-settings-daemon/main.c

Modified: trunk/gnome-settings-daemon/main.c
==============================================================================
--- trunk/gnome-settings-daemon/main.c	(original)
+++ trunk/gnome-settings-daemon/main.c	Sat Mar 29 14:08:42 2008
@@ -43,7 +43,7 @@
 static gboolean   debug        = FALSE;
 
 static GOptionEntry entries[] = {
-        {"debug", 0, 0, G_OPTION_ARG_NONE, &debug, "Enable debugging code", NULL },
+        {"debug", 0, 0, G_OPTION_ARG_NONE, &debug, N_("Enable debugging code"), NULL },
         {"no-daemon", 0, 0, G_OPTION_ARG_NONE, &no_daemon, N_("Don't become a daemon"), NULL },
         {"gconf-prefix", 0, 0, G_OPTION_ARG_STRING, &gconf_prefix, N_("GConf prefix from which to load plugin settings"), NULL},
         {NULL}



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