Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
65da19b4
Commit
65da19b4
authored
May 23, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
menu: fix missing l10n
parent
260444ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
AspenProject/VLCAddMediaViewController.m
AspenProject/VLCAddMediaViewController.m
+1
-0
No files found.
AspenProject/VLCAddMediaViewController.m
View file @
65da19b4
...
...
@@ -55,6 +55,7 @@
[
self
.
downloadFromHTTPServerButton
setTitle
:
NSLocalizedString
(
@"DOWNLOAD_FROM_HTTP"
,
@""
)
forState
:
UIControlStateNormal
];
[
self
.
openURLButton
setTitle
:
NSLocalizedString
(
@"BUTTON_OPEN"
,
@""
)
forState
:
UIControlStateNormal
];
self
.
httpUploadLabel
.
text
=
NSLocalizedString
(
@"HTTP_UPLOAD"
,
@""
);
[
self
.
settingsButton
setTitle
:
NSLocalizedString
(
@"Settings"
,
@""
)
forState
:
UIControlStateNormal
];
// plain text key to keep compatibility with InAppSettingsKit's upstream
_reachability
=
[
Reachability
reachabilityForLocalWiFi
];
[
_reachability
startNotifier
];
...
...
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