viewer: add translate string

This commit is contained in:
itsmattkc
2021-07-24 11:55:47 -07:00
parent e433d7c374
commit 7b13972c57
+4
View File
@@ -309,6 +309,10 @@ void ViewerOutput::Retranslate()
if (HasInputWithID(kSamplesInput)) {
SetInputName(kSamplesInput, tr("Samples"));
}
if (HasInputWithID(kAutoCacheInput)) {
SetInputName(kAutoCacheInput, tr("Auto-Cache"));
}
}
void ViewerOutput::VerifyLength()