From 91a83b091bc09ee097de388d52a1e7b56bf56c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 13:41:39 -0400 Subject: [PATCH] Make tooltip text a little clearer --- web/modules/custom/geo_citation/geo_citation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/modules/custom/geo_citation/geo_citation.module b/web/modules/custom/geo_citation/geo_citation.module index 7f54e7b..22bf574 100644 --- a/web/modules/custom/geo_citation/geo_citation.module +++ b/web/modules/custom/geo_citation/geo_citation.module @@ -84,7 +84,7 @@ function geo_citation_pseudo_field($entity) { $markup .= '
'; - $tooltip = t("When citing this article, please use the following format:"); + $tooltip = t("When citing this article, please use this format."); $markup .= '
' . t("Citations") . '
'; $markup .= '

';