Fix incorrect capitalization of "circle"

Anyone German in the room, or is it just me? ;3
This commit is contained in:
Eldred Habert 2022-03-02 22:58:59 +01:00 committed by GitHub
parent 6c6c1a88cd
commit 210066a4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: