]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Rewording: trends instead of trending topics for consistency with other occurrences
authoraroquen <aroquen@sfr.fr>
Sun, 7 Jun 2015 20:28:19 +0000 (22:28 +0200)
committeraroquen <aroquen@sfr.fr>
Sun, 7 Jun 2015 20:28:19 +0000 (22:28 +0200)
lib/publictagcloudsection.php

index 1d9dd0e75124900db1e57067a2ccac01af4420f6..bf88091a9020ab2324f018edb6e15c36ffa60af5 100644 (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()