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

View File

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