Browse Source

fix incorrect typo

marinofaggiana 4 years ago
parent
commit
2c0ec5971b

+ 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 = ""