diff --git a/src/neochatroom.cpp b/src/neochatroom.cpp index 99bfcc3fc..33952c982 100644 --- a/src/neochatroom.cpp +++ b/src/neochatroom.cpp @@ -541,6 +541,9 @@ QString NeoChatRoom::eventToString(const RoomEvent &evt, Qt::TextFormat format, text += i18nc("their refers to a singular user", "updated their avatar"); } } + if (text.isEmpty()) { + text = i18nc(" changed nothing", "changed nothing"); + } return text; } case MembershipType::Leave: