diff options
Diffstat (limited to 'download_proposals.inc')
-rw-r--r-- | download_proposals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download_proposals.inc b/download_proposals.inc index 10bb87f..a2e9c01 100644 --- a/download_proposals.inc +++ b/download_proposals.inc @@ -3,7 +3,7 @@ function dwsim_flowsheet_download_completed_proposals() { $output = ""; - $output .= "Click ".l("here","/flowsheeting-project/download-proposals"). " to download the Proposals of the participants" ."<h4>"; + $output .= "Click ".l("here","/flowsheeting-project/download-proposals-all"). " to download the proposals of the participants" ."<h4>"; return $output; |