brasero r837 - in trunk: . src



Author: lmedinas
Date: Thu May 29 17:38:05 2008
New Revision: 837
URL: http://svn.gnome.org/viewvc/brasero?rev=837&view=rev

Log:
2008-05-29  Luis Medinas  <lmedinas svn gnome org>

        * src/brasero-eject-dialog.c (brasero_eject_dialog_new):
        * src/brasero-plugin-option.c 
(brasero_plugin_option_set_plugin):

        Marked two strings for translation. 
        Patch from Milo Casagrande <milo_casagrande yahoo it>



Modified:
   trunk/ChangeLog
   trunk/src/brasero-eject-dialog.c
   trunk/src/brasero-plugin-option.c

Modified: trunk/src/brasero-eject-dialog.c
==============================================================================
--- trunk/src/brasero-eject-dialog.c	(original)
+++ trunk/src/brasero-eject-dialog.c	Thu May 29 17:38:05 2008
@@ -145,7 +145,7 @@
 brasero_eject_dialog_new ()
 {
 	return g_object_new (BRASERO_TYPE_EJECT_DIALOG,
-			     "title", ("Eject Disc"),
+			     "title", (_("Eject Disc"_)),
 			     NULL);
 }
 

Modified: trunk/src/brasero-plugin-option.c
==============================================================================
--- trunk/src/brasero-plugin-option.c	(original)
+++ trunk/src/brasero-plugin-option.c	Thu May 29 17:38:05 2008
@@ -406,7 +406,7 @@
 
 	priv = BRASERO_PLUGIN_OPTION_PRIVATE (self);
 
-	string = g_strdup_printf ("<b>Options for plugin %s</b>", brasero_plugin_get_name (plugin));
+	string = g_strdup_printf (_("<b>Options for plugin %s</b>"), brasero_plugin_get_name (plugin));
 	gtk_label_set_markup (GTK_LABEL (priv->title), string);
 	g_free (string);
 



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