From eb707b039fe50466f309895c2e3e80240f382c19 Mon Sep 17 00:00:00 2001 From: DarrenT Date: Nov 14 2018 17:15:37 +0000 Subject: Fixed spelling mistake of "Flip Viewer Horizontally" (#2379) --- diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index 3144361..d13c141 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -2194,7 +2194,7 @@ void MainWindow::defineActions() { createViewerAction(V_ZoomReset, tr("Reset View"), "Alt+0"); createViewerAction(V_ZoomFit, tr("Fit to Window"), "Alt+9"); createViewerAction(V_ActualPixelSize, tr("Actual Pixel Size"), "N"); - createViewerAction(V_FlipX, tr("Flip Viewer Horiontally"), ""); + createViewerAction(V_FlipX, tr("Flip Viewer Horizontally"), ""); createViewerAction(V_FlipY, tr("Flip Viewer Vertically"), ""); createViewerAction(V_ShowHideFullScreen, tr("Show//Hide Full Screen"), "Alt+F");