Move Help Translate Airtime link to help menu

This commit is contained in:
Duncan Sommerville 2015-06-26 14:27:27 -04:00
parent 881471c6b8
commit 9d60a3d130
3 changed files with 5 additions and 16 deletions

View file

@ -149,6 +149,11 @@ $pages = array(
'controller' => 'dashboard',
'action' => 'about',
'resource' => 'dashboard'
),
array(
'label' => _(sprintf("Help Translate %s", PRODUCT_NAME)),
'uri' => AIRTIME_TRANSIFEX_URL,
'target' => "_blank"
)
)
),