소스 검색

fix incorrect typo

marinofaggiana 4 년 전
부모
커밋
2c0ec5971b
2개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 4
      iOSClient/Supporting Files/en.lproj/Localizable.strings
  2. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

+ 0 - 4
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -143,10 +143,6 @@
 "_leave_share_"             = "Leave this share";
 "_delete_file_"             = "Delete file";
 "_delete_folder_"           = "Delete folder";
-"_video_streaming_"         = "Streaming video";
-
-/* TRANSLATORS Comment here */
-"_LIVE_"                    = "LIVE";
 
 // App
 

+ 1 - 1
iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

@@ -64,7 +64,7 @@ class NCViewerImageZoom: UIViewController {
         
         if NCManageDatabase.sharedInstance.isLivePhoto(metadata: metadata) != nil {
             statusViewImage.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "livePhoto"), width: 100, height: 100, color: .gray)
-            statusLabel.text = NSLocalizedString("_LIVE_", comment: "")
+            statusLabel.text = "LIVE"
         }  else {
             statusViewImage.image = nil
             statusLabel.text = ""