Make tooltip text a little clearer

This commit is contained in:
benjamin melançon 2019-09-29 13:41:39 -04:00
parent 6aecd53ae7
commit 91a83b091b

View file

@ -84,7 +84,7 @@ function geo_citation_pseudo_field($entity) {
$markup .= '<div class="drum geo-citation">';
$tooltip = t("When citing this article, please use the following format:");
$tooltip = t("When citing this article, please use this format.");
$markup .= '<h5 class="title is-5"><abbr title="' . $tooltip . '">' . t("Citations") . '</abbr></h5>';
$markup .= '<p>';