From b1a984712fdffc86d72ffa2345bd496b5309f042 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 26 Sep 2014 20:08:21 +0200 Subject: [PATCH] Revert "Close TWK-1774." This reverts commit 6254b8da348ffe2b5d231a5d9728e8947386e17c. --- src/viewpages/whatsnew_0_8/WhatsNew_0_8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.h b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.h index e5ce12251..4e5c818cb 100644 --- a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.h +++ b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.h @@ -86,7 +86,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?" ); } + 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/whatsnew.svg" ); }