1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 08:34:34 +02:00

* Wording: Resume instead of Retry.

This commit is contained in:
Christian Muehlhaeuser
2012-05-22 12:11:27 +02:00
parent 5b2a5b76a4
commit 2deb9bcdc1

View File

@@ -176,7 +176,7 @@ LastFmConfig::onHistoryLoaded()
{
if ( m_page != total )
{
m_ui->importHistory->setText( tr( "History Incomplete. Retry" ) );
m_ui->importHistory->setText( tr( "History Incomplete. Resume" ) );
m_ui->importHistory->setEnabled( true );
}
else