Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Change from hardcoded description to $lang[xx]
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsA authored Jan 15, 2019
1 parent 23d831f commit e6dd3ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions max-minwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
?>
</div></smalluvunit>

<div class="minword">Wind</div></div>
<div class="minword"><?php echo $lang['Windspeed'];?></div></div>

<div class="mintimedate">Max
<div class="mintimedate"><?php echo $lang['Max'];?>
</div>
<div class="yearwordbig">Wind</div>

Expand All @@ -53,8 +53,8 @@
else if ($weather["wind_units"]=='m/s' && $weather["wind_gust_speed_max"]>-50){ echo "<topblue1>", $weather["wind_gust_speed_max"]." <smallwindunit>".$weather["wind_units"] ; }
?>
</div></smalluvunit>
<div class="maxword">Gust</div></div>
<div class="maxtimedate">Max
<div class="maxword"><?php echo $lang['Gust'];?></div></div>
<div class="maxtimedate"><?php echo $lang['Max'];?>
</div>



0 comments on commit e6dd3ce

Please sign in to comment.