summaryrefslogtreecommitdiffstats
path: root/src/UserSettingsPage.cpp
diff options
context:
space:
mode:
authorEldred Habert <eldredhabert0@gmail.com>2022-03-02 22:58:59 +0100
committerGitHub <noreply@github.com>2022-03-02 22:58:59 +0100
commit210066a4f7e125c9da3b7d614fe8553639c49d04 (patch)
treecce06f38c674ec5096bc133d69ec8206506851f3 /src/UserSettingsPage.cpp
parent6c6c1a88cd50f26076772c6c6f245732a85b1504 (diff)
Fix incorrect capitalization of "circle"
Anyone German in the room, or is it just me? ;3
Diffstat (limited to 'src/UserSettingsPage.cpp')
-rw-r--r--src/UserSettingsPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp
index f1996854..8db5f5a4 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: