From 6a964e4fa4b2a44befda017ff45c02250c4aa092 Mon Sep 17 00:00:00 2001 From: luz paz Date: Mon, 27 Dec 2021 15:22:14 -0500 Subject: [PATCH] Fix follow-up typos --- toonz/sources/include/toonz/childstack.h | 2 +- toonz/sources/toonz/projectpopup.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toonz/sources/include/toonz/childstack.h b/toonz/sources/include/toonz/childstack.h index 031c4c5d..5ab6ca9e 100644 --- a/toonz/sources/include/toonz/childstack.h +++ b/toonz/sources/include/toonz/childstack.h @@ -110,7 +110,7 @@ Useful by edit in place. Oss.: \b row of current xsheet. /*! Set aff to ancestor affine in \b row. Return true if all ancestors are -visibile in \b row. +visible in \b row. */ bool getAncestorAffine(TAffine &aff, int row) const; diff --git a/toonz/sources/toonz/projectpopup.cpp b/toonz/sources/toonz/projectpopup.cpp index 6847cd98..f09fbee0 100644 --- a/toonz/sources/toonz/projectpopup.cpp +++ b/toonz/sources/toonz/projectpopup.cpp @@ -114,7 +114,7 @@ ProjectPopup::ProjectPopup(bool isModal) m_rulePreferenceBG->addButton(customRB, Rule_Custom); m_rulePreferenceBG->setExclusive(true); standardRB->setToolTip(tr( - "In the standard mode files with the following file name are handled as sequencial images:\n\ + "In the standard mode files with the following file name are handled as sequential images:\n\ [LEVEL_NAME][\".\"or\"_\"][FRAME_NUMBER][SUFFIX].[EXTENSION]\n\ For [SUFFIX] zero or one occurrences of alphabet (a-z, A-Z) can be used in the standard mode.")); customRB->setToolTip(