From 210066a4f7e125c9da3b7d614fe8553639c49d04 Mon Sep 17 00:00:00 2001
From: Eldred Habert <eldredhabert0@gmail.com>
Date: Wed, 2 Mar 2022 22:58:59 +0100
Subject: [PATCH] Fix incorrect capitalization of "circle"

Anyone German in the room, or is it just me? ;3
---
 src/UserSettingsPage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp
index f19968542..8db5f5a42 100644
--- a/src/UserSettingsPage.cpp
+++ b/src/UserSettingsPage.cpp
@@ -1117,7 +1117,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
               "icon in the task bar to animate in some fashion.");
         case AvatarCircles:
             return tr(
-              "Change the appearance of user avatars in chats.\nOFF - square, ON - Circle.");
+              "Change the appearance of user avatars in chats.\nOFF - square, ON - circle.");
         case UseIdenticon:
             return tr("Display an identicon instead of a letter when no avatar is set.");
         case DecryptSidebar:
-- 
GitLab