Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
e4bcdf98
Commit
e4bcdf98
authored
5 years ago
by
Lyndon Brown
Committed by
Rémi Denis-Courmont
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
core: translate deinterlace choice labels
parent
31d99aab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!90
Add missing translation markers for option labels and choice lists
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libvlc-module.c
+1
-1
1 addition, 1 deletion
src/libvlc-module.c
with
1 addition
and
1 deletion
src/libvlc-module.c
+
1
−
1
View file @
e4bcdf98
...
...
@@ -356,7 +356,7 @@ static const int pi_deinterlace[] = {
0
,
-
1
,
1
};
static
const
char
*
const
ppsz_deinterlace_text
[]
=
{
"Off"
,
"Automatic"
,
"On"
N_
(
"Off"
)
,
N_
(
"Automatic"
)
,
N_
(
"On"
)
};
#define DEINTERLACE_MODE_TEXT N_("Deinterlace mode")
...
...
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