aboutsummaryrefslogtreecommitdiffstats
path: root/langs/missing.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/missing.php')
-rw-r--r--langs/missing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/missing.php b/langs/missing.php
index a2df2edcd..3cca031a9 100644
--- a/langs/missing.php
+++ b/langs/missing.php
@@ -61,7 +61,7 @@ if($constitution || $license) {
</head>
<body>
-<p><a href="report.php">&laquo; back to the report page</a></p>
+<p><a href="report.php<?php echo '?l=' . $l ?>">&laquo; back to the report page for <?php echo $langs[$l] ?></a></p>
<h1>Missing language file</h1>
<p>So, <code><?php echo $file ?></code> language file is missing in <?php echo $langs[$l], ' (<code>', $l, '</code>)' ?>. What can you do to help us?</p>
<?php echo $constitution_or_license; ?>