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 <[EMAIL PROTECTED]> * 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} }; _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.