From 2305fea57e132be503cb076e09f7d7db0e1768be Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Thu, 16 Jan 2014 19:15:37 +0000 Subject: small link improvement for missing and diff page --- langs/diff.php | 2 +- langs/missing.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'langs') 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 = '« back to langs report'; +$s = '« back to the report page for ' . $langs[$target_lang] . ''; $s .= sprintf('

Differences between %s source and %s target

', substr($source_file, strpos($source_file, '/langs/')+7), $target_lang); 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) { -

« back to the report page

+

« back to the report page for

Missing language file

So, language file is missing in ', $l, ')' ?>. What can you do to help us?

-- cgit v1.2.1