1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-18 23:09:42 +01:00

Shorten title to fit column

This commit is contained in:
Uwe L. Korn 2014-06-18 17:47:43 +01:00
parent 06a84d3d50
commit 30e63ef947

View File

@ -83,7 +83,7 @@ public:
virtual ~WhatsNew_0_8();
const QString defaultName() { return WHATSNEW_0_8_VIEWPAGE_NAME; }
QString title() const { return tr( "What's new in Tomahawk 0.8?" ); }
QString title() const { return tr( "What's new in 0.8?" ); }
QString description() const { return tr( "An overview of the changes and additions since 0.7." ); }
const QString pixmapPath() const { return ( RESPATH "images/dashboard.svg" ); }
bool isDeletable() const { return true; }