rhythmbox r5757 - in trunk: . plugins/audioscrobbler



Author: jmatthew
Date: Tue Jun 17 22:37:26 2008
New Revision: 5757
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5757&view=rev

Log:
2008-06-18  Jonathan Matthew  <jonathan d14n org>

	* plugins/audioscrobbler/rb-lastfm-source.c:
	(rb_lastfm_source_title_from_uri):
	Add translator comment for the 'user tag radio' format string.
	Fixes #538831.


Modified:
   trunk/ChangeLog
   trunk/plugins/audioscrobbler/rb-lastfm-source.c

Modified: trunk/plugins/audioscrobbler/rb-lastfm-source.c
==============================================================================
--- trunk/plugins/audioscrobbler/rb-lastfm-source.c	(original)
+++ trunk/plugins/audioscrobbler/rb-lastfm-source.c	Tue Jun 17 22:37:26 2008
@@ -1102,6 +1102,7 @@
 	}
 
 	if (title == NULL && strcmp (data[2], "usertags") == 0) {
+		/* Translators: variables are 1: user name, 2: tag name; for user tag radio */
 		title = g_strdup_printf (_("%s's %s Radio"), data[3], data[4]);
 	}
 



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