Make tooltip text a little clearer
This commit is contained in:
parent
6aecd53ae7
commit
91a83b091b
1 changed files with 1 additions and 1 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Reference in a new issue