Forgot the translation
This commit is contained in:
parent
f41c8d6527
commit
c407084e7a
1 changed files with 2 additions and 2 deletions
|
@ -598,8 +598,8 @@ class RosterTooltip(NotificationAreaTooltip):
|
||||||
formatted = last_active.strftime("%c")
|
formatted = last_active.strftime("%c")
|
||||||
|
|
||||||
properties.append((str(), None))
|
properties.append((str(), None))
|
||||||
properties.append(("Idle since %s" % formatted, None))
|
properties.append((_("Idle since %s") % formatted, None))
|
||||||
properties.append(("Idle for %s" % str(diff), None))
|
properties.append((_("Idle for %s") % str(diff), None))
|
||||||
|
|
||||||
while properties:
|
while properties:
|
||||||
property_ = properties.pop(0)
|
property_ = properties.pop(0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue