1 files changed, 1 insertions, 1 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp
index d55a0f61..af32344c 100644
--- a/src/UserSettingsPage.cpp
+++ b/src/UserSettingsPage.cpp
@@ -989,7 +989,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
"text."));
boxWrap(tr("Play animated images only on hover"),
animateImagesOnHover_,
- tr("Plays media like GIFs or APNGs only when explicitly hovering over them."));
+ tr("Plays media like GIFs or WEBPs only when explicitly hovering over them."));
boxWrap(tr("Desktop notifications"),
desktopNotifications_,
tr("Notify about received message when the client is not currently focused."));
|