Ticket #2591: music.patch

File music.patch, 0.6 kB (added by ded, 4 years ago)
  • page.music.php

    old new  
    285285  <form name="randomon" action="<?php $_SERVER['PHP_SELF'] ?>" method="post"> 
    286286  <?php  
    287287    if (file_exists("{$path_to_dir}/.random")) { 
    288       ?> <input type="submit" name="randoff" value="Disable Random Play"> <?php 
     288      ?> <input type="submit" name="randoff" value="<?php echo _("Disable Random Play");?>"> <?php 
    289289    } else { 
    290       ?> <input type="submit" name="randon" value="Enable Random Play"> <?php 
     290      ?> <input type="submit" name="randon" value="<?php echo _("Enable Random Play");?>"> <?php 
    291291    } 
    292292  ?> 
    293293  </form>