mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Wording: Resume instead of Retry.
This commit is contained in:
@@ -176,7 +176,7 @@ LastFmConfig::onHistoryLoaded()
|
|||||||
{
|
{
|
||||||
if ( m_page != total )
|
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 );
|
m_ui->importHistory->setEnabled( true );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user