Changeset 942

Show
Ignore:
Timestamp:
12/18/06 23:27:44 (2 years ago)
Author:
lknowland
Message:

Changed the button copy to read as "Continue" instead of "Install". BugID: 45898

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/tmpl/wizard/complete.tmpl

    r848 r942  
    2828<input name="retry" type="submit" value="<MT_TRANS phrase="Retry">" /> 
    2929<TMPL_ELSE> 
    30 <input name="continue" type="submit" value="<MT_TRANS phrase="Install">" onclick="document.location.href='mt.cgi'; return false" /> 
     30<input name="continue" type="submit" value="<MT_TRANS phrase="Continue">" onclick="document.location.href='mt.cgi'; return false" /> 
    3131</TMPL_UNLESS> 
    3232</p>