Skip to content
Snippets Groups Projects
Commit c407084e authored by Alexander Cherniuk's avatar Alexander Cherniuk
Browse files

Forgot the translation

parent f41c8d65
No related branches found
No related tags found
No related merge requests found
......@@ -598,8 +598,8 @@ class RosterTooltip(NotificationAreaTooltip):
formatted = last_active.strftime("%c")
properties.append((str(), None))
properties.append(("Idle since %s" % formatted, None))
properties.append(("Idle for %s" % str(diff), None))
properties.append((_("Idle since %s") % formatted, None))
properties.append((_("Idle for %s") % str(diff), None))
while properties:
property_ = properties.pop(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment