From 9e51babfd39a1b1c09ecb262a292db10866706b6 Mon Sep 17 00:00:00 2001 From: Len Date: Tue, 25 Jul 2017 15:20:15 -0400 Subject: [PATCH] correct en and ru values correct ru and en for description-profile_param_value --- app/conference_profiles/app_languages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/conference_profiles/app_languages.php b/app/conference_profiles/app_languages.php index 150ce93b27..dbf6a191b2 100644 --- a/app/conference_profiles/app_languages.php +++ b/app/conference_profiles/app_languages.php @@ -301,7 +301,7 @@ $text['label-profile_param_value']['ru-ru'] = "Значение"; $text['label-profile_param_value']['sv-se'] = "Värde"; $text['label-profile_param_value']['uk-ua'] = ""; -$text['description-profile_param_value']['en-us'] = "Введите Значение."; +$text['description-profile_param_value']['en-us'] = "Enter the value."; $text['description-profile_param_value']['ar-eg'] = ""; $text['description-profile_param_value']['de-at'] = "Geben Sie den Wert ein."; $text['description-profile_param_value']['de-ch'] = "Geben Sie den Wert ein."; //copied from de-de @@ -317,7 +317,7 @@ $text['description-profile_param_value']['pl-pl'] = ""; $text['description-profile_param_value']['pt-br'] = ""; $text['description-profile_param_value']['pt-pt'] = ""; $text['description-profile_param_value']['ro-ro'] = ""; -$text['description-profile_param_value']['ru-ru'] = ""; +$text['description-profile_param_value']['ru-ru'] = "Введите Значение."; $text['description-profile_param_value']['sv-se'] = "Ange värdet."; $text['description-profile_param_value']['uk-ua'] = "";