Changeset 1789

Show
Ignore:
Timestamp:
04/30/2011 03:28:59 PM (2 years ago)
Author:
BrianKoontz
Message:

Inadvertent change made to non-relevant line of code. Refs #1053

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/formatters/wakka.php

    r1788 r1789  
    758758                                $output .= $wakka->FormOpen("grabcode"); 
    759759                                // build form 
    760                                 $output .= '<input type="submit" class="grabcode" name="save" value="'.GRABCODE_BUTTON.'" title="'.rtrim(sprintf(GRABCODE_BUTTON_TITLE, $valid_filename)).'" />'; 
     760                                $output .= '<input type="submit" class="grabcode" name="save" value="'.T_("Grab").'" title="'.rtrim(sprintf(T_("Download %s"), $valid_filename)).'" />'; 
    761761                                $output .= '<input type="hidden" name="filename" value="'.urlencode($valid_filename).'" />'; 
    762762                                $output .= '<input type="hidden" name="code" value="'.urlencode($code).'" />';