diff --git a/src/libtomahawk/context/ContextWidget.cpp b/src/libtomahawk/context/ContextWidget.cpp
index 747dbac87..f2006e31c 100644
--- a/src/libtomahawk/context/ContextWidget.cpp
+++ b/src/libtomahawk/context/ContextWidget.cpp
@@ -276,10 +276,14 @@ ContextWidget::onAnimationFinished()
m_scene->setSceneRect( ui->contextView->viewport()->rect() );
layoutViews( false );
setQuery( m_query, true );
+
+ ui->toggleButton->setText( tr( "Hide Footnotes" ) );
}
else
{
setFixedHeight( m_minHeight );
+
+ ui->toggleButton->setText( tr( "Show Footnotes" ) );
}
}
diff --git a/src/libtomahawk/context/ContextWidget.ui b/src/libtomahawk/context/ContextWidget.ui
index 336fbb413..77a9f2fe8 100644
--- a/src/libtomahawk/context/ContextWidget.ui
+++ b/src/libtomahawk/context/ContextWidget.ui
@@ -35,7 +35,7 @@
- Footnotes
+ Show Footnotes
Qt::AlignCenter