diff --git a/src/spectralroom.h b/src/spectralroom.h index 6b4908c..205c3f6 100644 --- a/src/spectralroom.h +++ b/src/spectralroom.h @@ -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; }