From a50b7dbe21e3d1e2035a1ed41d4cdc160d0e3868 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 20 May 2020 12:25:22 -0400 Subject: [PATCH] Converting "Help translate..." to "Contribute to LibreTime" --- airtime_mvc/application/configs/constants.php | 2 +- airtime_mvc/application/configs/navigation.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/configs/constants.php b/airtime_mvc/application/configs/constants.php index 38232fb20..fb854d113 100644 --- a/airtime_mvc/application/configs/constants.php +++ b/airtime_mvc/application/configs/constants.php @@ -21,7 +21,7 @@ define('TERMS_AND_CONDITIONS_URL' , 'https://github.com/LibreTime/libretime/bl define('PRIVACY_POLICY_URL' , 'https://github.com/LibreTime/code-of-conduct/blob/master/CODE_OF_CONDUCT.md'); define('USER_MANUAL_URL' , 'http://libretime.org/'); define('ABOUT_AIRTIME_URL' , 'http://libretime.org'); -define('AIRTIME_TRANSIFEX_URL' , 'http://libretime.org/translating/'); +define('LIBRETIME_CONTRIBUTE_URL' , 'https://libretime.org/contribute'); define('LIBRETIME_DISCOURSE_URL' , 'https://discourse.libretime.org'); define('UI_REVAMP_EMBED_URL' , 'https://www.youtube.com/embed/nqpNnCKGluY'); define('LIBRETIME_WHATS_NEW_URL' , 'https://github.com/LibreTime/libretime/releases'); diff --git a/airtime_mvc/application/configs/navigation.php b/airtime_mvc/application/configs/navigation.php index b839958b7..c6acf0c61 100644 --- a/airtime_mvc/application/configs/navigation.php +++ b/airtime_mvc/application/configs/navigation.php @@ -179,8 +179,8 @@ $pages[] = array( 'target' => "_blank" ), array( - 'label' => _('Help Translate Libretime'), - 'uri' => AIRTIME_TRANSIFEX_URL, + 'label' => _('Contribute to LibreTime'), + 'uri' => LIBRETIME_CONTRIBUTE_URL, 'target' => "_blank" ), array(