bubbles no longer WIP

This commit is contained in:
Malte E 2022-03-22 20:36:11 +01:00
parent adb706a7e9
commit d6df5f626b

View file

@ -1131,8 +1131,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
"Allow using markdown in messages.\nWhen disabled, all messages are sent as a plain " "Allow using markdown in messages.\nWhen disabled, all messages are sent as a plain "
"text."); "text.");
case Bubbles: case Bubbles:
return tr( return tr("Messages get a bubble background. This also triggers some layout changes.");
"Messages get a bubble background. This also triggers some layout changes (WIP).");
case SmallAvatars: case SmallAvatars:
return tr("Avatars are resized to fit above the message."); return tr("Avatars are resized to fit above the message.");
case AnimateImagesOnHover: case AnimateImagesOnHover: