mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Rename 'Dashboard' to 'Feed'
This commit is contained in:
@@ -96,7 +96,7 @@ DashboardWidget::DashboardWidget( QWidget* parent )
|
||||
|
||||
uiHeader->artistLabel->setFont( f );
|
||||
uiHeader->artistLabel->setPalette( p );
|
||||
uiHeader->artistLabel->setText( tr( "Dashboard" ).toUpper() );
|
||||
uiHeader->artistLabel->setText( tr( "Feed" ).toUpper() );
|
||||
|
||||
uiHeader->anchor1Label->hide();
|
||||
uiHeader->anchor2Label->hide();
|
||||
|
@@ -95,7 +95,7 @@ public:
|
||||
virtual ~Dashboard();
|
||||
|
||||
const QString defaultName() Q_DECL_OVERRIDE { return DASHBOARD_VIEWPAGE_NAME; }
|
||||
QString title() const Q_DECL_OVERRIDE { return tr( "Dashboard" ); }
|
||||
QString title() const Q_DECL_OVERRIDE { return tr( "Feed" ); }
|
||||
QString description() const Q_DECL_OVERRIDE { return tr( "An overview of your friends' recent activity" ); }
|
||||
const QString pixmapPath() const Q_DECL_OVERRIDE { return ( RESPATH "images/dashboard.svg" ); }
|
||||
|
||||
|
Reference in New Issue
Block a user