Browse Source

add more l10n

Felix Paul Kühne 10 years ago
parent
commit
635e61ee22

BIN
Resources/en.lproj/Localizable.strings


+ 1 - 1
VLC for iOS WatchKit Extension/VLCBaseInterfaceController.m

@@ -13,7 +13,7 @@
 - (void)awakeWithContext:(id)context {
     [super awakeWithContext:context];
 
-    [self addMenuItemWithItemIcon:WKMenuItemIconMore title:@"currently playing" action:@selector(showNowPlaying:)];
+    [self addMenuItemWithItemIcon:WKMenuItemIconMore title: NSLocalizedString(@"NOW_PLAYING", nil) action:@selector(showNowPlaying:)];
 }
 
 - (void)showNowPlaying:(id)sender {