aboutsummaryrefslogtreecommitdiffstats
path: root/langs/diff.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/diff.php')
-rw-r--r--langs/diff.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/diff.php b/langs/diff.php
index 77cf330be..c231b9131 100644
--- a/langs/diff.php
+++ b/langs/diff.php
@@ -66,7 +66,7 @@ $issues = array(
'dup_str' => 'duplicate strings',
);
-$s = '<a href="report.php">&laquo; back to langs report</a>';
+$s = '<a href="report.php?l=' . $target_lang . '">&laquo; back to the report page for ' . $langs[$target_lang] . '</a>';
$s .= sprintf('<h1>Differences between %s source and %s target</h1>',
substr($source_file, strpos($source_file, '/langs/')+7), $target_lang);