diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index dae716e..2510f9c 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -1005,7 +1005,7 @@ void MainWindow::onOpenOnlineManual() { void MainWindow::onOpenWhatsNew() { QDesktopServices::openUrl( - QUrl("https://github.com/opentoonz/opentoonz/releases/latest")); + QUrl(tr("https://github.com/opentoonz/opentoonz/releases/latest"))); } //-----------------------------------------------------------------------------