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

Missed the Busy translation

parent 7b2d3510
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ class BaseTooltip:
return formatted % ('#3465A4', status)
elif status.startswith(_("Away")):
return formatted % ('#EDD400', status)
elif status.startswith("Busy"):
elif status.startswith(_("Busy")):
return formatted % ('#F57900', status)
elif status.startswith(_("Not Available")):
return formatted % ('#CC0000', status)
......
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