Rewording: trends instead of trending topics for consistency with other occurrences

This commit is contained in:
aroquen 2015-06-07 22:28:19 +02:00
parent a42d74a238
commit 267a49103e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class PublicTagCloudSection extends TagCloudSection
function title()
{
// TRANS: Title for inbox tag cloud section.
return _m('TITLE', 'Trending topics');
return _m('TITLE', 'Trends');
}
function getTags()