From 8de1de15e96393e69b0413affc28d91a217e0c96 Mon Sep 17 00:00:00 2001 From: "c@ttaneo.uy" Date: Sun, 24 Feb 2019 17:27:44 -0300 Subject: [PATCH] =?UTF-8?q?Small=20fix=20on=20messages=5Fes.py,=20'LANGUAG?= =?UTF-8?q?E'=20should=20be=20set=20to=20'Espa=C3=B1ol'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncplay/messages_es.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/messages_es.py b/syncplay/messages_es.py index 1c8f316..2bb16fd 100644 --- a/syncplay/messages_es.py +++ b/syncplay/messages_es.py @@ -3,7 +3,7 @@ """Spanish dictionary""" es = { - "LANGUAGE": "Spanish", + "LANGUAGE": "Español", # Client notifications "config-cleared-notification": "Ajustes limpiados. Los cambios serán guardados cuando almacenes una configuración válida.",