mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
TRANSLATIONS-82 fix typos: resove -> resolve
This commit is contained in:
parent
4cc7427eb4
commit
5c0c26cd25
1 changed files with 2 additions and 2 deletions
|
|
@ -131,12 +131,12 @@ void Flame::UrlResolvingTask::processCCIP()
|
|||
bool success = true;
|
||||
m_result.projectId = projectId.toInt(&success);
|
||||
if(!success) {
|
||||
emitFailed(tr("Failed to resove projectId as a number."));
|
||||
emitFailed(tr("Failed to resolve projectId as a number."));
|
||||
return;
|
||||
}
|
||||
m_result.fileId = fileId.toInt(&success);
|
||||
if(!success) {
|
||||
emitFailed(tr("Failed to resove fileId as a number."));
|
||||
emitFailed(tr("Failed to resolve fileId as a number."));
|
||||
return;
|
||||
}
|
||||
qDebug() << "Resolved" << m_url << "as" << m_result.projectId << "/" << m_result.fileId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue