Missed the Busy translation
This commit is contained in:
parent
7b2d351003
commit
a7d14c329c
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class BaseTooltip:
|
||||||
return formatted % ('#3465A4', status)
|
return formatted % ('#3465A4', status)
|
||||||
elif status.startswith(_("Away")):
|
elif status.startswith(_("Away")):
|
||||||
return formatted % ('#EDD400', status)
|
return formatted % ('#EDD400', status)
|
||||||
elif status.startswith("Busy"):
|
elif status.startswith(_("Busy")):
|
||||||
return formatted % ('#F57900', status)
|
return formatted % ('#F57900', status)
|
||||||
elif status.startswith(_("Not Available")):
|
elif status.startswith(_("Not Available")):
|
||||||
return formatted % ('#CC0000', status)
|
return formatted % ('#CC0000', status)
|
||||||
|
|
Loading…
Add table
Reference in a new issue