Skip to content

Commit

Permalink
translation bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Apr 13, 2007
1 parent beb0a73 commit 9d35332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/fax/fax_dispatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,9 @@ function validate() {

<center>
<p>
<input type='submit' name='form_save' value='<?php xl('OK'); ?>' />
<input type='submit' name='form_save' value='<?php xl('OK','e'); ?>' />
&nbsp; &nbsp;
<input type='button' value='<?php xl('Cancel'); ?>' onclick='window.close()' />
<input type='button' value='<?php xl('Cancel','e'); ?>' onclick='window.close()' />
</p>

<p><br /><b><?php xl('Please select the desired pages to copy or forward:','e'); ?></b></p>
Expand Down

0 comments on commit 9d35332

Please sign in to comment.