~ubuntu-branches/ubuntu/vivid/gpodder/vivid-proposed

« back to all changes in this revision

Viewing changes to src/gpodder/gtkui/maemo/episodeselector.py

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2010-12-05 17:08:02 UTC
  • mfrom: (5.3.2 experimental) (5.2.10 sid)
  • Revision ID: james.westby@ubuntu.com-20101205170802-qbsq7r331j21np1i
Tags: 2.10-1
* New upstream release
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
            if count == 0:
294
294
                text.append(_('Nothing selected'))
295
295
            else:
296
 
                text.append(N_('%d episode', '%d episodes', count) % count)
 
296
                text.append(N_('%(count)d episode', '%(count)d episodes', count) % {'count':count})
297
297
 
298
298
            if total_size > 0:
299
299
                text.append(_('size: %s') % util.format_filesize(total_size))