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:
parent
b8a0d2ffab
commit
70ce989748
@ -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" ); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user