mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
* Fixed typo in error message.
This commit is contained in:
@@ -521,7 +521,7 @@ QtScriptResolver::artists( const Tomahawk::collection_ptr& collection )
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString errorMessage = tr( "Script Resolver Warning: API call %1 returned data sychronously." ).arg( eval );
|
QString errorMessage = tr( "Script Resolver Warning: API call %1 returned data synchronously." ).arg( eval );
|
||||||
JobStatusView::instance()->model()->addJob( new ErrorStatusMessage( errorMessage ) );
|
JobStatusView::instance()->model()->addJob( new ErrorStatusMessage( errorMessage ) );
|
||||||
tDebug() << errorMessage << m;
|
tDebug() << errorMessage << m;
|
||||||
}
|
}
|
||||||
@@ -556,7 +556,7 @@ QtScriptResolver::albums( const Tomahawk::collection_ptr& collection, const Toma
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString errorMessage = tr( "Script Resolver Warning: API call %1 returned data sychronously." ).arg( eval );
|
QString errorMessage = tr( "Script Resolver Warning: API call %1 returned data synchronously." ).arg( eval );
|
||||||
JobStatusView::instance()->model()->addJob( new ErrorStatusMessage( errorMessage ) );
|
JobStatusView::instance()->model()->addJob( new ErrorStatusMessage( errorMessage ) );
|
||||||
tDebug() << errorMessage << m;
|
tDebug() << errorMessage << m;
|
||||||
}
|
}
|
||||||
@@ -592,7 +592,7 @@ QtScriptResolver::tracks( const Tomahawk::collection_ptr& collection, const Toma
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString errorMessage = tr( "Script Resolver Warning: API call %1 returned data sychronously." ).arg( eval );
|
QString errorMessage = tr( "Script Resolver Warning: API call %1 returned data synchronously." ).arg( eval );
|
||||||
JobStatusView::instance()->model()->addJob( new ErrorStatusMessage( errorMessage ) );
|
JobStatusView::instance()->model()->addJob( new ErrorStatusMessage( errorMessage ) );
|
||||||
tDebug() << errorMessage << m;
|
tDebug() << errorMessage << m;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user