Merge pull request #7801 from annando/network-label2
Changed label for network sorting
This commit is contained in:
commit
f5ba6f1721
|
@ -928,7 +928,7 @@ function network_tabs(App $a)
|
||||||
'label' => L10n::t('Latest Activity'),
|
'label' => L10n::t('Latest Activity'),
|
||||||
'url' => str_replace('/new', '', $cmd) . '?order=activity' . (!empty($_GET['cid']) ? '&cid=' . $_GET['cid'] : ''),
|
'url' => str_replace('/new', '', $cmd) . '?order=activity' . (!empty($_GET['cid']) ? '&cid=' . $_GET['cid'] : ''),
|
||||||
'sel' => $all_active,
|
'sel' => $all_active,
|
||||||
'title' => L10n::t('Sort by lastest activity on the posts'),
|
'title' => L10n::t('Sort by latest activity'),
|
||||||
'id' => 'activity-order-tab',
|
'id' => 'activity-order-tab',
|
||||||
'accesskey' => 'e',
|
'accesskey' => 'e',
|
||||||
],
|
],
|
||||||
|
@ -936,7 +936,7 @@ function network_tabs(App $a)
|
||||||
'label' => L10n::t('Latest Posts'),
|
'label' => L10n::t('Latest Posts'),
|
||||||
'url' => str_replace('/new', '', $cmd) . '?order=post' . (!empty($_GET['cid']) ? '&cid=' . $_GET['cid'] : ''),
|
'url' => str_replace('/new', '', $cmd) . '?order=post' . (!empty($_GET['cid']) ? '&cid=' . $_GET['cid'] : ''),
|
||||||
'sel' => $post_active,
|
'sel' => $post_active,
|
||||||
'title' => L10n::t("Sort by the posts' receiving date"),
|
'title' => L10n::t('Sort by post received date'),
|
||||||
'id' => 'post-order-tab',
|
'id' => 'post-order-tab',
|
||||||
'accesskey' => 't',
|
'accesskey' => 't',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue