mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Network Activity -> Trending
This commit is contained in:
@@ -3797,8 +3797,8 @@ Try tweaking the filters for a new set of songs to play.</translation>
|
||||
<name>Tomahawk::Widgets::NetworkActivity</name>
|
||||
<message>
|
||||
<location filename="../src/viewpages/networkactivity/NetworkActivity.h" line="57"/>
|
||||
<source>Network Activity</source>
|
||||
<translation>Network Activity</translation>
|
||||
<source>Trending</source>
|
||||
<translation>Trending</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/viewpages/networkactivity/NetworkActivity.h" line="58"/>
|
||||
@@ -4730,4 +4730,4 @@ Lyrics for "%1" by %2:
|
||||
<translation>Connect automatically when Tomahawk starts</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
</TS>
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
virtual ~NetworkActivity() {}
|
||||
|
||||
virtual const QString defaultName() { return QLatin1String( "networkactivity" ); }
|
||||
virtual QString title() const { return tr( "Network Activity" ); }
|
||||
virtual QString title() const { return tr( "Trending" ); }
|
||||
virtual QString description() const { return tr( "Listening activity among your friends" ); }
|
||||
virtual const QString pixmapPath() const { return ( RESPATH "images/network-activity.svg" ); }
|
||||
virtual bool showInfoBar() const { return true; }
|
||||
|
Reference in New Issue
Block a user