[totem] Add a translator comment in the iPlayer plugin



commit 11c1e75baa74dd0dc644fa86561dd5343f308d23
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Sep 24 17:53:37 2010 +0100

    Add a translator comment in the iPlayer plugin

 src/plugins/iplayer/iplayer.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/iplayer/iplayer.py b/src/plugins/iplayer/iplayer.py
index 525485a..232170e 100644
--- a/src/plugins/iplayer/iplayer.py
+++ b/src/plugins/iplayer/iplayer.py
@@ -112,6 +112,7 @@ class IplayerPlugin (gobject.GObject, Peas.Activatable):
 	def _populate_programme_list_cb (self, tree_store, category_path, values, remove_placeholder):
 		# Callback from PopulateProgrammesThread to add stuff to the tree store
 		if values == None:
+			# Translators: the "programme feed" is the list of TV shows available to watch online
 			self.totem.action_error (_('Error getting programme feed'), _('There was an error getting the list of programmes for this channel and category combination.'))
 			return False
 



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