diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-01-23 15:55:00 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-01-23 15:55:00 +0100 |
commit | 26db3cd2398e0ae80fcc53e7933f2de747c074b4 (patch) | |
tree | 4b99b9a2f558a18e1e516dfaf6bbc784e674adc7 /app/src/main/res/values-es | |
parent | 042e10b53b95d48ffbcce45213ebec5f0794fb01 (diff) |
add custom provider option
Diffstat (limited to 'app/src/main/res/values-es')
-rw-r--r-- | app/src/main/res/values-es/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 6355ce62..cd55531c 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -19,7 +19,7 @@ <string name="status_unknown">Estado no definido.</string> <string name="eip_service_label">Acceso a Internet Encriptado con VPN</string> <string name="configuration_wizard_title">Elige un proveedor</string> - <string name="new_provider_button">Nuevo proveedor</string> + <string name="add_provider">Nuevo proveedor</string> <string name="introduce_new_provider">AƱadir un nuevo proveedor</string> <string name="save">Guardar</string> <string name="new_provider_uri">Dominio</string> |