Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
a622ba4a
Unverified
Commit
a622ba4a
authored
3 years ago
by
tastytea
Browse files
Options
Downloads
Patches
Plain Diff
Reword tooltip for Open{Image,Video}External
parent
15ff5dac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2848
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/UserSettingsPage.cpp
+6
-6
6 additions, 6 deletions
src/UserSettingsPage.cpp
with
6 additions
and
6 deletions
src/UserSettingsPage.cpp
+
6
−
6
View file @
a622ba4a
...
...
@@ -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 t
apping the image.
\n
Note that when this opti
on 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.
\n
Note that
"
"when t
his option is ON, opened files are left unencrypted
on
d
is
k and must
"
"be manually deleted."
);
case
OpenVideoExternal
:
return
tr
(
"
Toggles the behavior of
\"
Right-Click>Open
with external program
\"
"
"when t
apping the video.
\n
Note that when this opti
on 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.
\n
Note that
"
"when t
his option is ON, opened files are left unencrypted
on
d
is
k and must
"
"be manually deleted."
);
case
DecryptSidebar
:
return
tr
(
"Decrypt the messages shown in the sidebar.
\n
Only affects messages in "
"encrypted chats."
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment