summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-02-05 21:53:21 +0100
committerMalte E <malte.e@mailbox.org>2022-02-05 21:53:21 +0100
commit9d194cc2e666cf8ff3141bac847f20423995d0ca (patch)
treee6dab4b1a785ec0587d0a6ba6f72adee1f095ae0 /src
parentplace metadata below message when the Layout is narrow (<350) (diff)
downloadnheko-9d194cc2e666cf8ff3141bac847f20423995d0ca.tar.xz
clean up margin setting
Diffstat (limited to 'src')
-rw-r--r--src/UserSettingsPage.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp
index c8ce19a7..80947950 100644
--- a/src/UserSettingsPage.cpp
+++ b/src/UserSettingsPage.cpp
@@ -809,7 +809,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
         case Markdown:
             return tr("Send messages as Markdown");
         case Bubbles:
-            return tr("Enable Message bubbles");
+            return tr("Enable message bubbles");
         case AnimateImagesOnHover:
             return tr("Play animated images only on hover");
         case TypingNotifications:
@@ -1059,7 +1059,8 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
               "Allow using markdown in messages.\nWhen disabled, all messages are sent as a plain "
               "text.");
         case Bubbles:
-            return tr("Messages received a bubble background.");
+            return tr(
+              "Messages get a bubble background. This also triggers some layout changes (WIP).");
         case AnimateImagesOnHover:
             return tr("Plays media like GIFs or WEBPs only when explicitly hovering over them.");
         case TypingNotifications: