Translation updates and refactoring
This commit is contained in:
parent
2c987d2912
commit
6e7a42065c
21 changed files with 919 additions and 661 deletions
|
|
@ -323,7 +323,7 @@ NvHTTP::verifyResponseStatus(QString xml)
|
|||
// Special case handling an audio capture error which GFE doesn't
|
||||
// provide any useful status message for.
|
||||
statusCode = 418;
|
||||
statusMessage = "Missing audio capture device. Reinstalling GeForce Experience should resolve this error.";
|
||||
statusMessage = tr("Missing audio capture device. Reinstalling GeForce Experience should resolve this error.");
|
||||
}
|
||||
throw GfeHttpResponseException(statusCode, statusMessage);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue