summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2022-03-22 00:27:44 +0100
committerGitHub <noreply@github.com>2022-03-22 00:27:44 +0100
commit15c946207a4be704f70775d548e3eadfe1d21ac7 (patch)
tree41fab4b85c09c168abd4a94447404d87c1b01323 /src
parentActually pass the mimetype we intended (diff)
parentReword tooltip for Open{Image,Video}External (diff)
downloadnheko-15c946207a4be704f70775d548e3eadfe1d21ac7.tar.xz
Merge pull request #1009 from tastytea/reword-extprog-tooltip
Reword tooltip for Open{Image,Video}External
Diffstat (limited to 'src')
-rw-r--r--src/UserSettingsPage.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp
index 9cb69c85..636bf75f 100644
--- a/src/UserSettingsPage.cpp
+++ b/src/UserSettingsPage.cpp
@@ -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.");