gnome-media r3801 - in trunk/grecord: . src



Author: kelemeng
Date: Wed Mar 19 00:25:14 2008
New Revision: 3801
URL: http://svn.gnome.org/viewvc/gnome-media?rev=3801&view=rev

Log:
2008-03-19  Gabor Kelemen <kelemeng gnome hu>

	* src/gsr-window.c: Mark window title for translation.
	 (Closes: #516831)

Modified:
   trunk/grecord/ChangeLog
   trunk/grecord/src/gsr-window.c

Modified: trunk/grecord/src/gsr-window.c
==============================================================================
--- trunk/grecord/src/gsr-window.c	(original)
+++ trunk/grecord/src/gsr-window.c	Wed Mar 19 00:25:14 2008
@@ -2402,7 +2402,8 @@
 			gsr_add_recent (priv->filename);
 		}
 
-		title = g_strdup_printf ("%s - Sound Recorder", short_name);
+		/*Translators: this is the window title, %s is the currently open file's name or Untitled*/
+		title = g_strdup_printf (_("%s - Sound Recorder"), short_name);
 		gtk_window_set_title (GTK_WINDOW (window), title);
 		g_free (title);
 		g_free (short_name);



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