Skip to content

Commit

Permalink
translation fix for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Jan 31, 2013
1 parent 706b348 commit 8d6bbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/forms/fee_sheet/new.php
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ function setJustify(seljust) {
if (!empty($value['nofs'])) continue;
echo " <option value='" . attr($key) . "'";
if ($key == $default_search_type) echo " selected";
echo " />" . text($value['label']) . "</option>";
echo " />" . xlt($value['label']) . "</option>";
}
?>
</select>
Expand Down

0 comments on commit 8d6bbe8

Please sign in to comment.