Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
9327b33f
Commit
9327b33f
authored
Sep 29, 2004
by
Felix Paul Kühne
Browse files
* fixed typos in some l10n-messages
parent
09699ded
Changes
3
Hide whitespace changes
Inline
Side-by-side
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