rhythmbox r5823 - in trunk: . rhythmdb



Author: teuf
Date: Mon Jul 28 18:43:52 2008
New Revision: 5823
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5823&view=rev

Log:
Add missing %s in format string

Modified:
   trunk/ChangeLog
   trunk/rhythmdb/rhythmdb.c

Modified: trunk/rhythmdb/rhythmdb.c
==============================================================================
--- trunk/rhythmdb/rhythmdb.c	(original)
+++ trunk/rhythmdb/rhythmdb.c	Mon Jul 28 18:43:52 2008
@@ -2645,7 +2645,7 @@
 {
 	GDK_THREADS_ENTER ();
 	rb_error_dialog (NULL,
-			 _("Could not load the music database"),
+			 _("Could not load the music database: %s"),
 			 error->message);
 	g_error_free (error);
 



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