1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

* Rename 'Dashboard' to 'Feed'

This commit is contained in:
Christian Muehlhaeuser 2014-08-21 14:57:25 +02:00
parent b8a0d2ffab
commit 70ce989748
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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" ); }