From b7abbe605bf08583ade4f0cb7c7e438af9051368 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Thu, 26 Apr 2018 18:30:24 +0200 Subject: [PATCH] translated audio doc links --- sites/all/themes/custom/edlptheme/edlptheme.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/all/themes/custom/edlptheme/edlptheme.theme b/sites/all/themes/custom/edlptheme/edlptheme.theme index 718f45dde..e0b954260 100644 --- a/sites/all/themes/custom/edlptheme/edlptheme.theme +++ b/sites/all/themes/custom/edlptheme/edlptheme.theme @@ -202,7 +202,7 @@ function edlptheme_preprocess_node__enregistrement__player_cartel(&$vars){ 'data-drupal-link-system-path' => $url->getInternalPath() ) )); - $vars['link_transcript'] = Link::fromTextAndUrl(t("Lire le text."), $url); + $vars['link_transcript'] = Link::fromTextAndUrl(t("Read the text."), $url); } // if article not empty @@ -217,7 +217,7 @@ function edlptheme_preprocess_node__enregistrement__player_cartel(&$vars){ 'data-drupal-link-system-path' => $url->getInternalPath() ) )); - $vars['link_article'] = Link::fromTextAndUrl(t("Lire l'article."), $url); + $vars['link_article'] = Link::fromTextAndUrl(t("Read the article."), $url); } // relations (defined in edlp_corpus.module)