Converting "Help translate..." to "Contribute to LibreTime"
This commit is contained in:
parent
ff9f78b0f8
commit
a50b7dbe21
2 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue