Change avatar update text (fixes #139)
This commit is contained in:
parent
50445bccf1
commit
958f867734
|
@ -144,8 +144,10 @@ class SpectralRoom : public Room {
|
|||
text += " and ";
|
||||
if (e.avatarUrl().isEmpty())
|
||||
text += tr("cleared the avatar");
|
||||
else if (e.prevContent()->avatarUrl.isEmpty())
|
||||
text += tr("set an avatar");
|
||||
else
|
||||
text += tr("updated the avatar");
|
||||
text += tr("updated their avatar");
|
||||
}
|
||||
return text;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue