Explorar el Código

Merge pull request #1310 from deltachat/reword-updating

rename 'Gettting new messages' to 'Updating'
cyBerta hace 4 años
padre
commit
e96db80c07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      DcCore/DcCore/Helper/DcUtils.swift

+ 1 - 1
DcCore/DcCore/Helper/DcUtils.swift

@@ -161,7 +161,7 @@ public struct DcUtils {
         if connectivity >= DC_CONNECTIVITY_CONNECTED {
             return connectedString
         } else if connectivity >= DC_CONNECTIVITY_WORKING {
-            return String.localized("connectivity_getting_new_msgs")
+            return String.localized("connectivity_updating")
         } else if connectivity >= DC_CONNECTIVITY_CONNECTING {
           return String.localized("connectivity_connecting")
         } else {