marinofaggiana 4 년 전
부모
커밋
fb77292dba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Main/Menu/NCSortMenu.swift

+ 1 - 1
iOSClient/Main/Menu/NCSortMenu.swift

@@ -68,7 +68,7 @@ class NCSortMenu: NSObject {
         case "date":
             titleButton = ascending ? "_sorted_by_date_less_recent_" : "_sorted_by_date_more_recent_"
         case "size":
-            titleButton = ascending ? "_sorted_by_size_largest_" : "_sorted_by_size_smallest_"
+            titleButton = ascending ? "_sorted_by_size_smallest_" : "_sorted_by_size_largest_"
         default:
             break
         }