brasero r1672 - in trunk: . src



Author: philippr
Date: Wed Dec 31 15:25:43 2008
New Revision: 1672
URL: http://svn.gnome.org/viewvc/brasero?rev=1672&view=rev

Log:
2008-12-31  Philippe Rouquier  <ykw localhost localdomain>

	Adding forgotten string to be translated.

	* src/brasero-song-properties.c (brasero_song_props_init):


Modified:
   trunk/ChangeLog
   trunk/src/brasero-song-properties.c

Modified: trunk/src/brasero-song-properties.c
==============================================================================
--- trunk/src/brasero-song-properties.c	(original)
+++ trunk/src/brasero-song-properties.c	Wed Dec 31 15:25:43 2008
@@ -217,7 +217,7 @@
 	gtk_table_set_row_spacings (GTK_TABLE (table), 6);
 	gtk_table_set_col_spacings (GTK_TABLE (table), 6);
 
-	title_str = g_strdup_printf ("<b>%s</b>", "Options");
+	title_str = g_strdup_printf ("<b>%s</b>", _("Options"));
 	frame = brasero_utils_pack_properties (title_str,
 					       table,
 					       NULL);



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