From f40f3c4e2739db07e0ec2b4089eb56abf0378694 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 15 Feb 2015 18:42:38 +0000 Subject: [PATCH] One more minor change. --- app/devices/app_languages.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index a8b70ceaf0..2f70bd4aaa 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -262,10 +262,10 @@ $text['header-profile']['pt-pt'] = "Perfil"; $text['header-profile']['fr-fr'] = "Profil"; - $text['description-profile']['en-us'] = "Define the assignments for this key profile."; - $text['description-profile']['es-cl'] = "Definir las asignaciones para este perfil de llave."; - $text['description-profile']['pt-pt'] = "Definir as atribuições para esse perfil de chave."; - $text['description-profile']['fr-fr'] = "Définir les missions pour ce profil de clé."; + $text['description-profile']['en-us'] = "Define the assignments for this profile."; + $text['description-profile']['es-cl'] = "Definir las asignaciones para este perfil."; + $text['description-profile']['pt-pt'] = "Definir as atribuições para esse perfil."; + $text['description-profile']['fr-fr'] = "Définir les missions pour ce profil."; $text['label-profile']['en-us'] = "Profile"; $text['label-profile']['es-cl'] = "Perfil";