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
4bc741fa
Commit
4bc741fa
authored
Jun 16, 2013
by
Felix Paul Kühne
Browse files
HTTPDownloadView: fix missing l10n
parent
2a3fab05
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCHTTPDownloadViewController.m
View file @
4bc741fa
...
...
@@ -22,7 +22,7 @@
-
(
void
)
viewDidLoad
{
[
self
.
downloadButton
setTitle
:
@"Download"
forState
:
UIControlStateNormal
];
//FIXME l10n
[
self
.
downloadButton
setTitle
:
NSLocalizedString
(
@"BUTTON_DOWNLOAD"
,
@""
)
forState
:
UIControlStateNormal
];
_currentDownloads
=
[[
NSMutableArray
alloc
]
init
];
[
super
viewDidLoad
];
}
...
...
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