This commit is contained in:
Nikos Kouremenos 2005-12-05 15:15:46 +00:00
parent 691d9e401d
commit 7a45a5c96d
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ _('Connection with peer cannot be established.'))
#This should make the string Kb/s,
#where 'Kb' part is taken from %s.
#Only the 's' after / (which means second) should be translated.
text += _('(%(filesize_unit)d/s)') % {'filesize_unit':
text += _('(%(filesize_unit)s/s)') % {'filesize_unit':
helpers.convert_bytes(speed)}
self.model.set(iter, C_TIME, text)