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



Author: jensg
Date: Sat Feb 16 14:19:34 2008
New Revision: 147
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=147&view=rev

Log:
2008-02-16  Jens Granseuer  <jensgr gmx net>

	* gnome-settings-daemon/main.c: mark string as translatable


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 Feb 16 14:19:34 2008
@@ -45,7 +45,7 @@
 
 static GOptionEntry entries[] = {
         {"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, "GConf prefix from which to load plugin settings", 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]