Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <ios@nextcloud.com>2022-08-04 15:03:22 +0300
committermarinofaggiana <ios@nextcloud.com>2022-08-04 15:03:22 +0300
commit530d62efc083414f17b6ae5fbfdcea4e9522f80d (patch)
tree08f48e97cbc2109952f38d4017cd1530d665c3ed
parentec6d578772ce85a9d39f03eb985423deb1863052 (diff)
#2066
Signed-off-by: marinofaggiana <ios@nextcloud.com>
-rw-r--r--iOSClient/Menu/NCMedia+Menu.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/iOSClient/Menu/NCMedia+Menu.swift b/iOSClient/Menu/NCMedia+Menu.swift
index 629107aff..a963d3302 100644
--- a/iOSClient/Menu/NCMedia+Menu.swift
+++ b/iOSClient/Menu/NCMedia+Menu.swift
@@ -53,7 +53,7 @@ extension NCMedia {
actions.append(
NCMenuAction(
- title: NSLocalizedString(filterClassTypeImage ? "_media_viewimage_show_" : "_media_viewimage_hide_", comment: ""),
+ title: NSLocalizedString("_media_viewimage_hide_", comment: ""),
icon: NCUtility.shared.loadImage(named: "photo"),
selected: filterClassTypeImage,
on: true,
@@ -67,7 +67,7 @@ extension NCMedia {
actions.append(
NCMenuAction(
- title: NSLocalizedString(filterClassTypeVideo ? "_media_viewvideo_show_" : "_media_viewvideo_hide_", comment: ""),
+ title: NSLocalizedString("_media_viewvideo_hide_", comment: ""),
icon: NCUtility.shared.loadImage(named: "video"),
selected: filterClassTypeVideo,
on: true,