From 66dd924517ab4a80d51f1ba1697d3ed9a4fb475e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 8 Jul 2015 15:25:46 +0200 Subject: [PATCH] Point users directly to translator instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index a5255a7b96..5d6cc37628 100644 --- a/index.php +++ b/index.php @@ -643,8 +643,8 @@ if (file_exists('libraries/language_stats.inc.php')) { ) { trigger_error( 'You are using an incomplete translation, please help to make it ' - . 'better by [a@https://www.phpmyadmin.net/contribute/' - . '#translate@_blank]contributing[/a].', + . 'better by [a@https://www.phpmyadmin.net/translate/' + . '@_blank]contributing[/a].', E_USER_NOTICE ); }