diff --git a/app/node/output/viewer/viewer.cpp b/app/node/output/viewer/viewer.cpp index f58eb3eec..f64ea8109 100644 --- a/app/node/output/viewer/viewer.cpp +++ b/app/node/output/viewer/viewer.cpp @@ -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()