mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Reword tooltip for Open{Image,Video}External
This commit is contained in:
parent
15ff5dace5
commit
a622ba4abc
1 changed files with 6 additions and 6 deletions
|
@ -1167,13 +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("Toggles the behavior of \"Right-Click>Open with external program\" "
|
return tr("Opens images with an external program when tapping the image.\nNote that "
|
||||||
"when tapping the image.\nNote that when this option is ON, opened "
|
"when this option is ON, opened files are left unencrypted on disk and must "
|
||||||
"files are left unencrypted on disk and must be manually deleted.");
|
"be manually deleted.");
|
||||||
case OpenVideoExternal:
|
case OpenVideoExternal:
|
||||||
return tr("Toggles the behavior of \"Right-Click>Open with external program\" "
|
return tr("Opens videos with an external program when tapping the video.\nNote that "
|
||||||
"when tapping the video.\nNote that when this option is ON, opened "
|
"when this option is ON, opened files are left unencrypted on disk and must "
|
||||||
"files are left unencrypted on disk and must be manually deleted.");
|
"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.");
|
||||||
|
|
Loading…
Reference in a new issue