Skip to content

Commit

Permalink
Dev Minor text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 25, 2016
1 parent 5275379 commit 9577279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
$aopen = '<a href="https://www.limesurvey.org/en/your-account/your-details" target="_blank">';
$aclose = '</a>';
?>
<?php echo sprintf(gT("You can get free trial update key from %syour account on the limesurvey.org website%s."),$aopen, $aclose); ?>
<?php echo sprintf(gT("You can get a free trial update key from %syour account on the limesurvey.org website%s."),$aopen, $aclose); ?>
<?php
$aopen = '<a href="https://www.limesurvey.org/en/cb-registration/registers">';
$aclose = '</a>';
Expand Down

0 comments on commit 9577279

Please sign in to comment.