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
VideoLAN
VLC-iOS
Commits
f4ff515b
Commit
f4ff515b
authored
Jan 04, 2014
by
Felix Paul Kühne
Browse files
first steps: fix typo
parent
f58c26bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Sources/VLCFirstStepsFifthPageViewController.m
View file @
f4ff515b
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
-
(
void
)
viewDidLoad
-
(
void
)
viewDidLoad
{
{
[
super
viewDidLoad
];
[
super
viewDidLoad
];
self
.
repeatLabel
.
text
=
NSLocalizedString
(
@"BUTTON_POSITION"
,
@""
);
self
.
timeLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_TIME"
,
@""
);
self
.
timeLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_TIME"
,
@""
);
self
.
aspectLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_ASPECT"
,
@""
);
self
.
aspectLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_ASPECT"
,
@""
);
self
.
speedLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_SPEED"
,
@""
);
self
.
speedLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_SPEED"
,
@""
);
...
@@ -29,6 +28,7 @@
...
@@ -29,6 +28,7 @@
self
.
subtitlesLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_SUBTITLES"
,
@""
);
self
.
subtitlesLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_SUBTITLES"
,
@""
);
self
.
audioLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_AUDIO"
,
@""
);
self
.
audioLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_AUDIO"
,
@""
);
self
.
volumeLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_VOLUME"
,
@""
);
self
.
volumeLabel
.
text
=
NSLocalizedString
(
@"FIRST_STEPS_VOLUME"
,
@""
);
self
.
positionLabel
.
text
=
NSLocalizedString
(
@"BUTTON_POSITION"
,
@""
);
}
}
-
(
void
)
viewWillAppear
:(
BOOL
)
animated
-
(
void
)
viewWillAppear
:(
BOOL
)
animated
...
...
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