Explorar o código

fix localization

cyberta %!s(int64=4) %!d(string=hai) anos
pai
achega
c544fc0ad7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/Chat/Views/ChatEditingBar.swift

+ 1 - 1
deltachat-ios/Chat/Views/ChatEditingBar.swift

@@ -43,7 +43,7 @@ public class ChatEditingBar: UIView, InputItem {
             view.setImage(UIImage(systemName: "trash"), for: .normal)
             view.tintColor = .systemBlue
         } else {
-            view.setTitle("delete", for: .normal)
+            view.setTitle(String.localized("delete"), for: .normal)
             view.setTitleColor(.systemBlue, for: .normal)
         }
         view.translatesAutoresizingMaskIntoConstraints = false