From a9d516e8ea6e70e28275f86dfa0b36ae76e40fcc Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 3 Jun 2017 12:48:41 +0100 Subject: [PATCH] fix toAction i18n thinkos --- src/i18n/strings/es.json | 2 +- src/i18n/strings/pt.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index df6f0dd011..9a07710570 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -225,7 +225,7 @@ "Displays action": "Mostrar acción", "Don't send typing notifications": "No enviar notificaciones cuando se escribe", "Download %(text)s": "Descargar %(text)s", - "Drop here %(toAction)s": "Suelta aquí para %(toAction)s", + "Drop here %(toAction)s": "Suelta aquí %(toAction)s", "Drop here to tag %(section)s": "Suelta aquí para etiquetar %(section)s", "Ed25519 fingerprint": "Clave de cifrado Ed25519", "Email": "Correo electrónico", diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index 6329bf9829..587043f544 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -329,7 +329,7 @@ "Conference calls are not supported in encrypted rooms": "Chamadas de conferência não são possíveis em salas criptografadas", "Conference calls are not supported in this client": "Chamadas de conferência não são possíveis neste navegador", "/ddg is not a command": "/ddg não é um comando", - "Drop here %(toAction)s": "Arraste aqui para %(toAction)s", + "Drop here %(toAction)s": "Arraste aqui %(toAction)s", "Drop here to tag %(section)s": "Arraste aqui para marcar como %(section)s", "%(senderName)s ended the call.": "%(senderName)s finalizou a chamada.", "Existing Call": "Chamada em andamento",