warn about implications of toggling external option

This commit is contained in:
math 2022-03-19 13:20:39 -03:00
parent 88d86405f8
commit 4a0f009ed9

View file

@ -1167,11 +1167,13 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
case UseIdenticon: case UseIdenticon:
return tr("Display an identicon instead of a letter when no avatar is set."); return tr("Display an identicon instead of a letter when no avatar is set.");
case OpenImageExternal: case OpenImageExternal:
return tr("Click to open image with external program. \nSame as Right-Click>Open " return tr("Toggles the behavior of \"Right-Click>Open with external program\" "
"in external program"); "when tapping the image.\nNote that when this option is ON, opened "
"files are left unencrypted on disk and must be manually deleted.");
case OpenVideoExternal: case OpenVideoExternal:
return tr("Click to open video with external program. \nSame as Right-Click>Open " return tr("Toggles the behavior of \"Right-Click>Open with external program\" "
"in external program"); "when tapping the video.\nNote that when this option is ON, opened "
"files are left unencrypted on disk and must be manually deleted.");
case DecryptSidebar: case DecryptSidebar:
return tr("Decrypt the messages shown in the sidebar.\nOnly affects messages in " return tr("Decrypt the messages shown in the sidebar.\nOnly affects messages in "
"encrypted chats."); "encrypted chats.");