Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
9327b33f
Commit
9327b33f
authored
Sep 29, 2004
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed typos in some l10n-messages
parent
09699ded
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
modules/gui/wxwindows/open.cpp
modules/gui/wxwindows/open.cpp
+1
-1
modules/video_filter/marq.c
modules/video_filter/marq.c
+1
-1
modules/video_filter/swscale/filter.c
modules/video_filter/swscale/filter.c
+1
-1
No files found.
modules/gui/wxwindows/open.cpp
View file @
9327b33f
...
...
@@ -443,7 +443,7 @@ OpenDialog::OpenDialog( intf_thread_t *_p_intf, wxWindow *_p_parent,
caching_checkbox
=
new
wxCheckBox
(
panel
,
CachingEnable_Event
,
wxU
(
_
(
"Caching"
))
);
caching_checkbox
->
SetToolTip
(
wxU
(
_
(
"Change the default caching value "
"(in miliseconds)"
))
);
"(in mil
l
iseconds)"
))
);
common_opt_sizer
->
Add
(
caching_checkbox
,
0
,
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
caching_value
=
new
wxSpinCtrl
(
panel
,
CachingChange_Event
);
...
...
modules/video_filter/marq.c
View file @
9327b33f
...
...
@@ -70,7 +70,7 @@ struct filter_sys_t
#define TIMEOUT_TEXT N_("Marquee timeout")
#define TIMEOUT_LONGTEXT N_("Defines the time the marquee must remain " \
"displayed, in milliseconds. Default value is " \
"0 (remain forever)")
"0 (remain forever)
.
")
/*****************************************************************************
* Module descriptor
...
...
modules/video_filter/swscale/filter.c
View file @
9327b33f
...
...
@@ -61,7 +61,7 @@ static int GetSwscaleChroma( vlc_fourcc_t );
* Module descriptor
*****************************************************************************/
#define MODE_TEXT N_("Scaling mode")
#define MODE_LONGTEXT N_("You can choose the default scaling mode")
#define MODE_LONGTEXT N_("You can choose the default scaling mode
.
")
static
int
pi_mode_values
[]
=
{
0
,
1
,
2
,
4
,
8
,
5
,
6
,
9
,
10
};
static
char
*
ppsz_mode_descriptions
[]
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment