소스 검색

add more l10n

Felix Paul Kühne 10 년 전
부모
커밋
635e61ee22
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      Resources/en.lproj/Localizable.strings
  2. 1 1
      VLC for iOS WatchKit Extension/VLCBaseInterfaceController.m

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 {