Converting "Help translate..." to "Contribute to LibreTime"

This commit is contained in:
Zachary Klosko 2020-05-20 12:25:22 -04:00
parent ff9f78b0f8
commit a50b7dbe21
2 changed files with 3 additions and 3 deletions

View file

@ -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('PRIVACY_POLICY_URL' , 'https://github.com/LibreTime/code-of-conduct/blob/master/CODE_OF_CONDUCT.md');
define('USER_MANUAL_URL' , 'http://libretime.org/'); define('USER_MANUAL_URL' , 'http://libretime.org/');
define('ABOUT_AIRTIME_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('LIBRETIME_DISCOURSE_URL' , 'https://discourse.libretime.org');
define('UI_REVAMP_EMBED_URL' , 'https://www.youtube.com/embed/nqpNnCKGluY'); define('UI_REVAMP_EMBED_URL' , 'https://www.youtube.com/embed/nqpNnCKGluY');
define('LIBRETIME_WHATS_NEW_URL' , 'https://github.com/LibreTime/libretime/releases'); define('LIBRETIME_WHATS_NEW_URL' , 'https://github.com/LibreTime/libretime/releases');

View file

@ -179,8 +179,8 @@ $pages[] = array(
'target' => "_blank" 'target' => "_blank"
), ),
array( array(
'label' => _('Help Translate Libretime'), 'label' => _('Contribute to LibreTime'),
'uri' => AIRTIME_TRANSIFEX_URL, 'uri' => LIBRETIME_CONTRIBUTE_URL,
'target' => "_blank" 'target' => "_blank"
), ),
array( array(