totem r5860 - in trunk: . po src



Author: hadess
Date: Mon Dec 15 14:04:51 2008
New Revision: 5860
URL: http://svn.gnome.org/viewvc/totem?rev=5860&view=rev

Log:
2008-12-15  Bastien Nocera  <hadess hadess net>

	* src/totem-video-thumbnailer.c (create_gallery):
	Fix warning, and translate headers when creating a gallery

2008-12-15  Bastien Nocera  <hadess hadess net>

	* POTFILES.in: Add the thumbnailer to the translated files



Modified:
   trunk/ChangeLog
   trunk/po/ChangeLog
   trunk/po/POTFILES.in
   trunk/src/totem-video-thumbnailer.c

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Mon Dec 15 14:04:51 2008
@@ -26,6 +26,7 @@
 src/totem-sidebar.c
 src/totem-statusbar.c
 src/totem-subtitle-encoding.c
+src/totem-video-thumbnailer.c
 src/totem-time-label.c
 src/totem-uri.c
 src/totem.c

Modified: trunk/src/totem-video-thumbnailer.c
==============================================================================
--- trunk/src/totem-video-thumbnailer.c	(original)
+++ trunk/src/totem-video-thumbnailer.c	Mon Dec 15 14:04:51 2008
@@ -636,10 +636,13 @@
 	/* Build the header information */
 	duration_text = totem_time_to_string (stream_length * 1000);
 	filename = g_path_get_basename (input);
-	header_text = g_strdup_printf (_("<b>Filename</b>: %s\n<b>Resolution</b>: %d\u00D7%d\n<b>Duration</b>: %s"),
+	header_text = g_strdup_printf (_("<b>%s</b>: %s\n<b>%s</b>: %d\303\227%d\n<b>%s</b>: %s"),
+				       _("Filename"),
 				       filename,
+				       _("Resolution"),
 				       screenshot_width,
 				       screenshot_height,
+				       _("Duration"),
 				       duration_text);
 	g_free (duration_text);
 	g_free (filename);



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