Merge pull request #1009 from tastytea/reword-extprog-tooltip

Reword tooltip for Open{Image,Video}External
This commit is contained in:
DeepBlueV7.X 2022-03-22 00:27:44 +01:00 committed by GitHub
commit 15c946207a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1167,13 +1167,13 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
case UseIdenticon:
return tr("Display an identicon instead of a letter when no avatar is set.");
case OpenImageExternal:
return tr("Toggles the behavior of \"Right-Click>Open with 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.");
return tr("Opens images with an 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:
return tr("Toggles the behavior of \"Right-Click>Open with 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.");
return tr("Opens videos with an 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:
return tr("Decrypt the messages shown in the sidebar.\nOnly affects messages in "
"encrypted chats.");