Translate Trends

This commit is contained in:
Squidly271 2022-05-29 08:46:31 -04:00
parent 3fca28e00f
commit c62e3ecfff
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -21,4 +21,4 @@ da3b4f9b73c5c3bf65be6c42d68b51f9 ./scripts/showStatistics.php
34554a56611dfe625889c82afd5138de ./scripts/updatePluginSupport.php
ce8e45452d3b63b5943b6f39c817bbf9 ./skins/Narrow/css.php
c4d6ce8de3baff1c9de2b7f348b2f340 ./skins/Narrow/skin.html
5b47ca7ed1c65742bdbb663747e51ec5 ./skins/Narrow/skin.php
6f419a8da191f6ffe71e6c676bc39857 ./skins/Narrow/skin.php

View File

@ -1473,7 +1473,7 @@ function displayPopup($template) {
if (is_array($trends) && (count($trends) > 1) ){
if ( $downloadtrend ) {
$card .= "
<div class='charts chartTitle'>Trends</div>
<div class='charts chartTitle'>".tr("Trends")."</div>
<div><span class='charts'>Show: <span class='chartMenu selectedMenu' data-chart='trendChart'>".tr("Trend Per Month")."</span><span class='chartMenu' data-chart='downloadChart'>".tr("Downloads Per Month")."</span><span class='chartMenu' data-chart='totalDownloadChart'>".tr("Total Downloads")."</span></div>
<div>
<div><canvas id='trendChart' class='caChart' height=1 width=3></canvas></div>